Color Hex Logo

#cb858e Color Hex

#CB858E
(203,133,142)
0 Favorites   0 Comments

Color spaces of #cb858e

RGB 203133142
HSL0.980.400.66
HSV352°34°80°
CMYK 0.000.340.30   0.20
XYZ37.898631.424629.6593
Yxy31.42460.38290.3175
Hunter Lab56.057622.57677.8709
CIE-Lab62.864428.08156.3258

#cb858e color RGB value is (203,133,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000101 10001110
Octal 313 205 216
Decimal 203 133 142
Hex CB 85 8E

RGB Percentages of Color #cb858e

%42.47
%27.82
%29.71

CMYK Percentages of Color #cb858e

%0
%34
%30
%20

Triadic Colors of #cb858e

#cb858e #8ecb85 #858ecb

Analogous Colors of #cb858e

#cb858e #cb9f85 #cb85b1

Monochromatic Colors of #cb858e

#cb858e

Complementary Color

#cb858e #85cbc2

#cb858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb858e Color CSS Codes

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

#cb858e Text Font Color

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

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


#cb858e Background Color

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

This div background color is #cb858e


#cb858e Border Color

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

This div border color is #cb858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb858e


Comments

No comments written yet.

Please login to write comment.