Color Hex Logo

#cb73ac Color Hex

#CB73AC
(203,115,172)
0 Favorites   0 Comments

Color spaces of #cb73ac

RGB 203115172
HSL0.890.460.62
HSV321°43°80°
CMYK 0.000.430.15   0.20
XYZ38.205727.936542.4084
Yxy27.93650.35200.2574
Hunter Lab52.855036.5307-10.5731
CIE-Lab59.831342.1467-15.3150

#cb73ac color RGB value is (203,115,172).

#cb73ac hex color red value is 203, green value is 115 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cb73ac hue: 0.89 , saturation: 0.46 and the lightness value of cb73ac is 0.62.

The process color (four color CMYK) of #cb73ac color hex is 0.00, 0.43, 0.15, 0.20. Web safe color of #cb73ac is #cc6699. Color #cb73ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110011 10101100
Octal 313 163 254
Decimal 203 115 172
Hex CB 73 AC

RGB Percentages of Color #cb73ac

%41.43
%23.47
%35.10

CMYK Percentages of Color #cb73ac

%0
%43
%15
%20

Triadic Colors of #cb73ac

#cb73ac #accb73 #73accb

Analogous Colors of #cb73ac

#cb73ac #cb7380 #be73cb

Monochromatic Colors of #cb73ac

#cb73ac

Complementary Color

#cb73ac #73cb92

#cb73ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb73ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb73ac Color CSS Codes

.mybgcolor {background-color:#cb73ac; } 
.myforecolor {color:#cb73ac; }
.mybordercolor {border:3px solid #cb73ac; }

#cb73ac Text Font Color

<p style="color:#cb73ac">Text here</p>

This sample text font color is #cb73ac
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cb73ac Background Color

<div style="background-color:#cb73ac">
Div content here</div>

This div background color is #cb73ac


#cb73ac Border Color

<div style="border:3px solid #cb73ac">
Div here</div>

This div border color is #cb73ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,115,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cb73ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cb73ac;
  -webkit-box-shadow: 1px 1px 3px 2px #cb73ac;
  box-shadow:         1px 1px 3px 2px #cb73ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,115,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cb73ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cb73ac;
  -webkit-box-shadow: 1px 1px 3px 2px #cb73ac;
  box-shadow:         1px 1px 3px 2px #cb73ac;">
Div content here</div>

This div box has shadow with color #cb73ac


Comments

No comments written yet.

Please login to write comment.