Color Hex Logo

#cb877d Color Hex

#CB877D
(203,135,125)
0 Favorites   0 Comments

Color spaces of #cb877d

RGB 203135125
HSL0.020.430.64
HSV38°80°
CMYK 0.000.330.38   0.20
XYZ36.994231.505123.5333
Yxy31.50510.40200.3423
Hunter Lab56.129419.420714.4321
CIE-Lab62.931724.840516.0644

#cb877d color RGB value is (203,135,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 01111101
Octal 313 207 175
Decimal 203 135 125
Hex CB 87 7D

RGB Percentages of Color #cb877d

%43.84
%29.16
%27.00

CMYK Percentages of Color #cb877d

%0
%33
%38
%20

Triadic Colors of #cb877d

#cb877d #7dcb87 #877dcb

Analogous Colors of #cb877d

#cb877d #cbae7d #cb7d9a

Monochromatic Colors of #cb877d

#cb877d

Complementary Color

#cb877d #7dc1cb

#cb877d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb877d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb877d Color CSS Codes

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

#cb877d Text Font Color

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

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


#cb877d Background Color

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

This div background color is #cb877d


#cb877d Border Color

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

This div border color is #cb877d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb877d


Comments

No comments written yet.

Please login to write comment.