Color Hex Logo

#cb097f Color Hex

#CB097F
(203,9,127)
0 Favorites   0 Comments

Color spaces of #cb097f

RGB 2039127
HSL0.900.920.42
HSV324°96°80°
CMYK 0.000.960.37   0.20
XYZ28.557114.424221.3577
Yxy14.42420.44390.2242
Hunter Lab37.979267.7531-6.7564
CIE-Lab44.835272.6638-11.3175

#cb097f color RGB value is (203,9,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001001 01111111
Octal 313 11 177
Decimal 203 9 127
Hex CB 9 7F

RGB Percentages of Color #cb097f

%59.88
%2.65
%37.46

CMYK Percentages of Color #cb097f

%0
%96
%37
%20

Triadic Colors of #cb097f

#cb097f #7fcb09 #097fcb

Analogous Colors of #cb097f

#cb097f #cb091e #b609cb

Monochromatic Colors of #cb097f

#cb097f

Complementary Color

#cb097f #09cb55

#cb097f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb097f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb097f Color CSS Codes

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

#cb097f Text Font Color

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

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


#cb097f Background Color

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

This div background color is #cb097f


#cb097f Border Color

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

This div border color is #cb097f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb097f


Comments

No comments written yet.

Please login to write comment.