Color Hex Logo

#c00e9f Color Hex

#C00E9F
(192,14,159)
0 Favorites   0 Comments

Color spaces of #c00e9f

RGB 19214159
HSL0.860.860.40
HSV311°93°75°
CMYK 0.000.930.17   0.25
XYZ28.153314.023734.0239
Yxy14.02370.36950.1840
Hunter Lab37.448268.6606-27.6547
CIE-Lab44.266973.5276-31.8097

#c00e9f color RGB value is (192,14,159).

#c00e9f hex color red value is 192, green value is 14 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #c00e9f hue: 0.86 , saturation: 0.86 and the lightness value of c00e9f is 0.40.

The process color (four color CMYK) of #c00e9f color hex is 0.00, 0.93, 0.17, 0.25. Web safe color of #c00e9f is #cc0099. Color #c00e9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001110 10011111
Octal 300 16 237
Decimal 192 14 159
Hex C0 E 9F

RGB Percentages of Color #c00e9f

%52.60
%3.84
%43.56

CMYK Percentages of Color #c00e9f

%0
%93
%17
%25

Triadic Colors of #c00e9f

#c00e9f #9fc00e #0e9fc0

Analogous Colors of #c00e9f

#c00e9f #c00e46 #880ec0

Monochromatic Colors of #c00e9f

#c00e9f

Complementary Color

#c00e9f #0ec02f

#c00e9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00e9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00e9f Color CSS Codes

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

#c00e9f Text Font Color

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

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


#c00e9f Background Color

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

This div background color is #c00e9f


#c00e9f Border Color

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

This div border color is #c00e9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,14,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00e9f


Comments

No comments written yet.

Please login to write comment.