Color Hex Logo

#cb72aa Color Hex

#CB72AA
(203,114,170)
0 Favorites   0 Comments

Color spaces of #cb72aa

RGB 203114170
HSL0.900.460.62
HSV322°44°80°
CMYK 0.000.440.16   0.20
XYZ37.901627.633441.3664
Yxy27.63340.35450.2585
Hunter Lab52.567536.7069-9.8592
CIE-Lab59.556142.3514-14.5834

#cb72aa color RGB value is (203,114,170).

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

The process color (four color CMYK) of #cb72aa color hex is 0.00, 0.44, 0.16, 0.20. Web safe color of #cb72aa is #cc6699. Color #cb72aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 01110010 10101010
Octal 313 162 252
Decimal 203 114 170
Hex CB 72 AA

RGB Percentages of Color #cb72aa

%41.68
%23.41
%34.91

CMYK Percentages of Color #cb72aa

%0
%44
%16
%20

Triadic Colors of #cb72aa

#cb72aa #aacb72 #72aacb

Analogous Colors of #cb72aa

#cb72aa #cb727e #c072cb

Monochromatic Colors of #cb72aa

#cb72aa

Complementary Color

#cb72aa #72cb93

#cb72aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb72aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb72aa Color CSS Codes

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

#cb72aa Text Font Color

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

This sample text font color is #cb72aa
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.


#cb72aa Background Color

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

This div background color is #cb72aa


#cb72aa Border Color

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

This div border color is #cb72aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb72aa


Comments

No comments written yet.

Please login to write comment.