Color Hex Logo

#cb87aa Color Hex

#CB87AA
(203,135,170)
0 Favorites   0 Comments

Color spaces of #cb87aa

RGB 203135170
HSL0.910.400.66
HSV329°33°80°
CMYK 0.000.330.16   0.20
XYZ40.548332.926742.2486
Yxy32.92670.35040.2845
Hunter Lab57.381825.7172-3.4863
CIE-Lab64.101531.1335-7.7689

#cb87aa color RGB value is (203,135,170).

#cb87aa hex color red value is 203, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cb87aa hue: 0.91 , saturation: 0.40 and the lightness value of cb87aa is 0.66.

The process color (four color CMYK) of #cb87aa color hex is 0.00, 0.33, 0.16, 0.20. Web safe color of #cb87aa is #cc9999. Color #cb87aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 10101010
Octal 313 207 252
Decimal 203 135 170
Hex CB 87 AA

RGB Percentages of Color #cb87aa

%39.96
%26.57
%33.46

CMYK Percentages of Color #cb87aa

%0
%33
%16
%20

Triadic Colors of #cb87aa

#cb87aa #aacb87 #87aacb

Analogous Colors of #cb87aa

#cb87aa #cb8788 #ca87cb

Monochromatic Colors of #cb87aa

#cb87aa

Complementary Color

#cb87aa #87cba8

#cb87aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb87aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb87aa Color CSS Codes

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

#cb87aa Text Font Color

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

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


#cb87aa Background Color

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

This div background color is #cb87aa


#cb87aa Border Color

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

This div border color is #cb87aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,135,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 #cb87aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb87aa


Comments

No comments written yet.

Please login to write comment.