Color Hex Logo

#cb878e Color Hex

#CB878E
(203,135,142)
0 Favorites   0 Comments

Color spaces of #cb878e

RGB 203135142
HSL0.980.400.66
HSV354°33°80°
CMYK 0.000.330.30   0.20
XYZ38.175131.977429.7514
Yxy31.97740.38210.3201
Hunter Lab56.548621.54278.3903
CIE-Lab63.324226.99276.9845

#cb878e color RGB value is (203,135,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 10001110
Octal 313 207 216
Decimal 203 135 142
Hex CB 87 8E

RGB Percentages of Color #cb878e

%42.29
%28.13
%29.58

CMYK Percentages of Color #cb878e

%0
%33
%30
%20

Triadic Colors of #cb878e

#cb878e #8ecb87 #878ecb

Analogous Colors of #cb878e

#cb878e #cba287 #cb87b0

Monochromatic Colors of #cb878e

#cb878e

Complementary Color

#cb878e #87cbc4

#cb878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb878e Color CSS Codes

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

#cb878e Text Font Color

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

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


#cb878e Background Color

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

This div background color is #cb878e


#cb878e Border Color

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

This div border color is #cb878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb878e


Comments

No comments written yet.

Please login to write comment.