Color Hex Logo

#c00ced Color Hex

#C00CED
(192,12,237)
0 Favorites   0 Comments

Color spaces of #c00ced

RGB 19212237
HSL0.800.900.49
HSV288°95°93°
CMYK 0.190.950.00   0.07
XYZ37.155817.583881.5565
Yxy17.58380.27260.1290
Hunter Lab41.933084.7815-85.9613
CIE-Lab48.987485.4764-69.5864

#c00ced color RGB value is (192,12,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001100 11101101
Octal 300 14 355
Decimal 192 12 237
Hex C0 C ED

RGB Percentages of Color #c00ced

%43.54
%2.72
%53.74

CMYK Percentages of Color #c00ced

%19
%95
%0
%7

Triadic Colors of #c00ced

#c00ced #edc00c #0cedc0

Analogous Colors of #c00ced

#c00ced #ed0caa #500ced

Monochromatic Colors of #c00ced

#c00ced

Complementary Color

#c00ced #39ed0c

#c00ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00ced Color CSS Codes

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

#c00ced Text Font Color

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

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


#c00ced Background Color

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

This div background color is #c00ced


#c00ced Border Color

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

This div border color is #c00ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00ced


Comments

No comments written yet.

Please login to write comment.