Color Hex Logo

#cb819e Color Hex

#CB819E
(203,129,158)
0 Favorites   0 Comments

Color spaces of #cb819e

RGB 203129158
HSL0.930.420.65
HSV336°36°80°
CMYK 0.000.360.22   0.20
XYZ38.650430.865636.2683
Yxy30.86560.36540.2918
Hunter Lab55.556826.95650.1844
CIE-Lab62.394032.5268-3.4770

#cb819e color RGB value is (203,129,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10000001 10011110
Octal 313 201 236
Decimal 203 129 158
Hex CB 81 9E

RGB Percentages of Color #cb819e

%41.43
%26.33
%32.24

CMYK Percentages of Color #cb819e

%0
%36
%22
%20

Triadic Colors of #cb819e

#cb819e #9ecb81 #819ecb

Analogous Colors of #cb819e

#cb819e #cb8981 #cb81c3

Monochromatic Colors of #cb819e

#cb819e

Complementary Color

#cb819e #81cbae

#cb819e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb819e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb819e Color CSS Codes

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

#cb819e Text Font Color

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

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


#cb819e Background Color

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

This div background color is #cb819e


#cb819e Border Color

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

This div border color is #cb819e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb819e


Comments

No comments written yet.

Please login to write comment.