Color Hex Logo

#cb098f Color Hex

#CB098F
(203,9,143)
0 Favorites   0 Comments

Color spaces of #cb098f

RGB 2039143
HSL0.880.920.42
HSV319°96°80°
CMYK 0.000.960.30   0.20
XYZ29.684214.875127.2932
Yxy14.87510.41310.2070
Hunter Lab38.568369.8888-14.9594
CIE-Lab45.462774.3085-20.1337

#cb098f color RGB value is (203,9,143).

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

The process color (four color CMYK) of #cb098f color hex is 0.00, 0.96, 0.30, 0.20. Web safe color of #cb098f is #cc0099. Color #cb098f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 00001001 10001111
Octal 313 11 217
Decimal 203 9 143
Hex CB 9 8F

RGB Percentages of Color #cb098f

%57.18
%2.54
%40.28

CMYK Percentages of Color #cb098f

%0
%96
%30
%20

Triadic Colors of #cb098f

#cb098f #8fcb09 #098fcb

Analogous Colors of #cb098f

#cb098f #cb092e #a609cb

Monochromatic Colors of #cb098f

#cb098f

Complementary Color

#cb098f #09cb45

#cb098f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cb098f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cb098f Color CSS Codes

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

#cb098f Text Font Color

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

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


#cb098f Background Color

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

This div background color is #cb098f


#cb098f Border Color

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

This div border color is #cb098f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cb098f


Comments

No comments written yet.

Please login to write comment.