Color Hex Logo

#cb096a Color Hex

#CB096A
(203,9,106)
0 Favorites   0 Comments

Color spaces of #cb096a

RGB 2039106
HSL0.920.920.42
HSV330°96°80°
CMYK 0.000.960.48   0.20
XYZ27.327813.932514.8846
Yxy13.93250.48670.2482
Hunter Lab37.326365.36482.4853
CIE-Lab44.136070.80190.6546

#cb096a color RGB value is (203,9,106).

#cb096a hex color red value is 203, green value is 9 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cb096a hue: 0.92 , saturation: 0.92 and the lightness value of cb096a is 0.42.

The process color (four color CMYK) of #cb096a color hex is 0.00, 0.96, 0.48, 0.20. Web safe color of #cb096a is #cc0066. Color #cb096a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001001 01101010
Octal 313 11 152
Decimal 203 9 106
Hex CB 9 6A

RGB Percentages of Color #cb096a

%63.84
%2.83
%33.33

CMYK Percentages of Color #cb096a

%0
%96
%48
%20

Triadic Colors of #cb096a

#cb096a #6acb09 #096acb

Analogous Colors of #cb096a

#cb096a #cb0909 #cb09cb

Monochromatic Colors of #cb096a

#cb096a

Complementary Color

#cb096a #09cb6a

#cb096a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb096a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb096a Color CSS Codes

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

#cb096a Text Font Color

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

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


#cb096a Background Color

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

This div background color is #cb096a


#cb096a Border Color

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

This div border color is #cb096a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb096a


Comments

No comments written yet.

Please login to write comment.