Color Hex Logo

#cb899f Color Hex

#CB899F
(203,137,159)
0 Favorites   0 Comments

Color spaces of #cb899f

RGB 203137159
HSL0.940.390.67
HSV340°33°80°
CMYK 0.000.330.22   0.20
XYZ39.832333.091037.0887
Yxy33.09100.36210.3008
Hunter Lab57.524822.93172.0405
CIE-Lab64.234528.3316-1.3413

#cb899f color RGB value is (203,137,159).

#cb899f hex color red value is 203, green value is 137 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #cb899f hue: 0.94 , saturation: 0.39 and the lightness value of cb899f is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001001 10011111
Octal 313 211 237
Decimal 203 137 159
Hex CB 89 9F

RGB Percentages of Color #cb899f

%40.68
%27.45
%31.86

CMYK Percentages of Color #cb899f

%0
%33
%22
%20

Triadic Colors of #cb899f

#cb899f #9fcb89 #899fcb

Analogous Colors of #cb899f

#cb899f #cb9489 #cb89c0

Monochromatic Colors of #cb899f

#cb899f

Complementary Color

#cb899f #89cbb5

#cb899f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb899f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb899f Color CSS Codes

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

#cb899f Text Font Color

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

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


#cb899f Background Color

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

This div background color is #cb899f


#cb899f Border Color

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

This div border color is #cb899f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb899f


Comments

No comments written yet.

Please login to write comment.