Color Hex Logo

#cb809e Color Hex

#CB809E
(203,128,158)
0 Favorites   0 Comments

Color spaces of #cb809e

RGB 203128158
HSL0.930.420.65
HSV336°37°80°
CMYK 0.000.370.22   0.20
XYZ38.519330.603536.2246
Yxy30.60350.36560.2905
Hunter Lab55.320427.4778-0.0996
CIE-Lab62.171533.0667-3.8050

#cb809e color RGB value is (203,128,158).

#cb809e hex color red value is 203, green value is 128 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cb809e hue: 0.93 , saturation: 0.42 and the lightness value of cb809e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000000 10011110
Octal 313 200 236
Decimal 203 128 158
Hex CB 80 9E

RGB Percentages of Color #cb809e

%41.51
%26.18
%32.31

CMYK Percentages of Color #cb809e

%0
%37
%22
%20

Triadic Colors of #cb809e

#cb809e #9ecb80 #809ecb

Analogous Colors of #cb809e

#cb809e #cb8880 #cb80c4

Monochromatic Colors of #cb809e

#cb809e

Complementary Color

#cb809e #80cbad

#cb809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb809e Color CSS Codes

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

#cb809e Text Font Color

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

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


#cb809e Background Color

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

This div background color is #cb809e


#cb809e Border Color

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

This div border color is #cb809e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,128,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 #cb809e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb809e


Comments

No comments written yet.

Please login to write comment.