Color Hex Logo

#c00eed Color Hex

#C00EED
(192,14,237)
0 Favorites   0 Comments

Color spaces of #c00eed

RGB 19214237
HSL0.800.890.49
HSV288°94°93°
CMYK 0.190.940.00   0.07
XYZ37.181317.635081.5650
Yxy17.63500.27260.1293
Hunter Lab41.994084.5533-85.7631
CIE-Lab49.050485.2884-69.4841

#c00eed color RGB value is (192,14,237).

#c00eed hex color red value is 192, green value is 14 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c00eed hue: 0.80 , saturation: 0.89 and the lightness value of c00eed is 0.49.

The process color (four color CMYK) of #c00eed color hex is 0.19, 0.94, 0.00, 0.07. Web safe color of #c00eed is #cc00ff. Color #c00eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001110 11101101
Octal 300 16 355
Decimal 192 14 237
Hex C0 E ED

RGB Percentages of Color #c00eed

%43.34
%3.16
%53.50

CMYK Percentages of Color #c00eed

%19
%94
%0
%7

Triadic Colors of #c00eed

#c00eed #edc00e #0eedc0

Analogous Colors of #c00eed

#c00eed #ed0eab #510eed

Monochromatic Colors of #c00eed

#c00eed

Complementary Color

#c00eed #3bed0e

#c00eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00eed Color CSS Codes

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

#c00eed Text Font Color

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

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


#c00eed Background Color

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

This div background color is #c00eed


#c00eed Border Color

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

This div border color is #c00eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00eed


Comments

No comments written yet.

Please login to write comment.