Color Hex Logo

#cb959e Color Hex

#CB959E
(203,149,158)
0 Favorites   0 Comments

Color spaces of #cb959e

RGB 203149158
HSL0.970.340.69
HSV350°27°80°
CMYK 0.000.270.22   0.20
XYZ41.547636.660037.2340
Yxy36.66000.35990.3176
Hunter Lab60.547516.52835.9226
CIE-Lab67.021221.61593.2811

#cb959e color RGB value is (203,149,158).

#cb959e hex color red value is 203, green value is 149 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cb959e hue: 0.97 , saturation: 0.34 and the lightness value of cb959e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10010101 10011110
Octal 313 225 236
Decimal 203 149 158
Hex CB 95 9E

RGB Percentages of Color #cb959e

%39.80
%29.22
%30.98

CMYK Percentages of Color #cb959e

%0
%27
%22
%20

Triadic Colors of #cb959e

#cb959e #9ecb95 #959ecb

Analogous Colors of #cb959e

#cb959e #cba795 #cb95b9

Monochromatic Colors of #cb959e

#cb959e

Complementary Color

#cb959e #95cbc2

#cb959e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb959e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb959e Color CSS Codes

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

#cb959e Text Font Color

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

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


#cb959e Background Color

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

This div background color is #cb959e


#cb959e Border Color

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

This div border color is #cb959e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb959e


Comments

No comments written yet.

Please login to write comment.