Color Hex Logo

#c0088f Color Hex

#C0088F
(192,8,143)
0 Favorites   0 Comments

Color spaces of #c0088f

RGB 1928143
HSL0.880.920.39
HSV316°96°75°
CMYK 0.000.960.26   0.25
XYZ26.783013.363327.1544
Yxy13.36330.39800.1986
Hunter Lab36.555866.8070-18.4527
CIE-Lab43.305672.1733-23.6386

#c0088f color RGB value is (192,8,143).

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

The process color (four color CMYK) of #c0088f color hex is 0.00, 0.96, 0.26, 0.25. Web safe color of #c0088f is #cc0099. Color #c0088f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001000 10001111
Octal 300 10 217
Decimal 192 8 143
Hex C0 8 8F

RGB Percentages of Color #c0088f

%55.98
%2.33
%41.69

CMYK Percentages of Color #c0088f

%0
%96
%26
%25

Triadic Colors of #c0088f

#c0088f #8fc008 #088fc0

Analogous Colors of #c0088f

#c0088f #c00833 #9508c0

Monochromatic Colors of #c0088f

#c0088f

Complementary Color

#c0088f #08c039

#c0088f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0088f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0088f Color CSS Codes

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

#c0088f Text Font Color

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

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


#c0088f Background Color

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

This div background color is #c0088f


#c0088f Border Color

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

This div border color is #c0088f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0088f


Comments

No comments written yet.

Please login to write comment.