Color Hex Logo

#cb898f Color Hex

#CB898F
(203,137,143)
0 Favorites   0 Comments

Color spaces of #cb898f

RGB 203137143
HSL0.980.390.67
HSV355°33°80°
CMYK 0.000.330.30   0.20
XYZ38.532232.571030.2426
Yxy32.57100.38020.3214
Hunter Lab57.071020.64228.5312
CIE-Lab63.812026.03677.1152

#cb898f color RGB value is (203,137,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10001001 10001111
Octal 313 211 217
Decimal 203 137 143
Hex CB 89 8F

RGB Percentages of Color #cb898f

%42.03
%28.36
%29.61

CMYK Percentages of Color #cb898f

%0
%33
%30
%20

Triadic Colors of #cb898f

#cb898f #8fcb89 #898fcb

Analogous Colors of #cb898f

#cb898f #cba489 #cb89b0

Monochromatic Colors of #cb898f

#cb898f

Complementary Color

#cb898f #89cbc5

#cb898f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb898f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb898f Color CSS Codes

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

#cb898f Text Font Color

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

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


#cb898f Background Color

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

This div background color is #cb898f


#cb898f Border Color

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

This div border color is #cb898f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb898f


Comments

No comments written yet.

Please login to write comment.