Color Hex Logo

#cb87ba Color Hex

#CB87BA
(203,135,186)
0 Favorites   0 Comments

Color spaces of #cb87ba

RGB 203135186
HSL0.880.400.66
HSV315°33°80°
CMYK 0.000.330.08   0.20
XYZ42.155533.569650.7121
Yxy33.56960.33340.2655
Hunter Lab57.939328.4794-11.3368
CIE-Lab64.619533.8096-16.0302

#cb87ba color RGB value is (203,135,186).

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

The process color (four color CMYK) of #cb87ba color hex is 0.00, 0.33, 0.08, 0.20. Web safe color of #cb87ba is #cc99cc. Color #cb87ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 10111010
Octal 313 207 272
Decimal 203 135 186
Hex CB 87 BA

RGB Percentages of Color #cb87ba

%38.74
%25.76
%35.50

CMYK Percentages of Color #cb87ba

%0
%33
%8
%20

Triadic Colors of #cb87ba

#cb87ba #bacb87 #87bacb

Analogous Colors of #cb87ba

#cb87ba #cb8798 #ba87cb

Monochromatic Colors of #cb87ba

#cb87ba

Complementary Color

#cb87ba #87cb98

#cb87ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb87ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb87ba Color CSS Codes

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

#cb87ba Text Font Color

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

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


#cb87ba Background Color

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

This div background color is #cb87ba


#cb87ba Border Color

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

This div border color is #cb87ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb87ba


Comments

No comments written yet.

Please login to write comment.