Color Hex Logo

#cb877f Color Hex

#CB877F
(203,135,127)
0 Favorites   0 Comments

Color spaces of #cb877f

RGB 203135127
HSL0.020.420.65
HSV37°80°
CMYK 0.000.330.37   0.20
XYZ37.123331.556824.2131
Yxy31.55680.39960.3397
Hunter Lab56.175419.653913.7672
CIE-Lab62.974925.078714.9941

#cb877f color RGB value is (203,135,127).

#cb877f hex color red value is 203, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cb877f hue: 0.02 , saturation: 0.42 and the lightness value of cb877f is 0.65.

The process color (four color CMYK) of #cb877f color hex is 0.00, 0.33, 0.37, 0.20. Web safe color of #cb877f is #cc9966. Color #cb877f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 01111111
Octal 313 207 177
Decimal 203 135 127
Hex CB 87 7F

RGB Percentages of Color #cb877f

%43.66
%29.03
%27.31

CMYK Percentages of Color #cb877f

%0
%33
%37
%20

Triadic Colors of #cb877f

#cb877f #7fcb87 #877fcb

Analogous Colors of #cb877f

#cb877f #cbad7f #cb7f9d

Monochromatic Colors of #cb877f

#cb877f

Complementary Color

#cb877f #7fc3cb

#cb877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb877f Color CSS Codes

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

#cb877f Text Font Color

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

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


#cb877f Background Color

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

This div background color is #cb877f


#cb877f Border Color

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

This div border color is #cb877f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb877f


Comments

No comments written yet.

Please login to write comment.