Color Hex Logo

#cb877b Color Hex

#CB877B
(203,135,123)
0 Favorites   0 Comments

Color spaces of #cb877b

RGB 203135123
HSL0.030.430.64
HSV39°80°
CMYK 0.000.330.39   0.20
XYZ36.867731.454522.8671
Yxy31.45450.40430.3449
Hunter Lab56.084319.191615.0849
CIE-Lab62.889424.606217.1350

#cb877b color RGB value is (203,135,123).

#cb877b hex color red value is 203, green value is 135 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #cb877b hue: 0.03 , saturation: 0.43 and the lightness value of cb877b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 01111011
Octal 313 207 173
Decimal 203 135 123
Hex CB 87 7B

RGB Percentages of Color #cb877b

%44.03
%29.28
%26.68

CMYK Percentages of Color #cb877b

%0
%33
%39
%20

Triadic Colors of #cb877b

#cb877b #7bcb87 #877bcb

Analogous Colors of #cb877b

#cb877b #cbaf7b #cb7b97

Monochromatic Colors of #cb877b

#cb877b

Complementary Color

#cb877b #7bbfcb

#cb877b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb877b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb877b Color CSS Codes

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

#cb877b Text Font Color

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

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


#cb877b Background Color

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

This div background color is #cb877b


#cb877b Border Color

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

This div border color is #cb877b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb877b


Comments

No comments written yet.

Please login to write comment.