Color Hex Logo

#cb879c Color Hex

#CB879C
(203,135,156)
0 Favorites   0 Comments

Color spaces of #cb879c

RGB 203135156
HSL0.950.400.66
HSV341°33°80°
CMYK 0.000.330.23   0.20
XYZ39.293332.424835.6401
Yxy32.42480.36600.3020
Hunter Lab56.942823.52392.7507
CIE-Lab63.692428.9728-0.4332

#cb879c color RGB value is (203,135,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000111 10011100
Octal 313 207 234
Decimal 203 135 156
Hex CB 87 9C

RGB Percentages of Color #cb879c

%41.09
%27.33
%31.58

CMYK Percentages of Color #cb879c

%0
%33
%23
%20

Triadic Colors of #cb879c

#cb879c #9ccb87 #879ccb

Analogous Colors of #cb879c

#cb879c #cb9487 #cb87be

Monochromatic Colors of #cb879c

#cb879c

Complementary Color

#cb879c #87cbb6

#cb879c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb879c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb879c Color CSS Codes

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

#cb879c Text Font Color

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

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


#cb879c Background Color

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

This div background color is #cb879c


#cb879c Border Color

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

This div border color is #cb879c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb879c


Comments

No comments written yet.

Please login to write comment.