Color Hex Logo

#c00cde Color Hex

#C00CDE
(192,12,222)
0 Favorites   0 Comments

Color spaces of #c00cde

RGB 19212222
HSL0.810.900.46
HSV291°95°87°
CMYK 0.140.950.00   0.13
XYZ35.054516.743370.4914
Yxy16.74330.28670.1369
Hunter Lab40.918681.3115-73.4973
CIE-Lab47.935082.9865-62.7843

#c00cde color RGB value is (192,12,222).

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

The process color (four color CMYK) of #c00cde color hex is 0.14, 0.95, 0.00, 0.13. Web safe color of #c00cde is #cc00cc. Color #c00cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001100 11011110
Octal 300 14 336
Decimal 192 12 222
Hex C0 C DE

RGB Percentages of Color #c00cde

%45.07
%2.82
%52.11

CMYK Percentages of Color #c00cde

%14
%95
%0
%13

Triadic Colors of #c00cde

#c00cde #dec00c #0cdec0

Analogous Colors of #c00cde

#c00cde #de0c93 #570cde

Monochromatic Colors of #c00cde

#c00cde

Complementary Color

#c00cde #2ade0c

#c00cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00cde Color CSS Codes

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

#c00cde Text Font Color

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

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


#c00cde Background Color

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

This div background color is #c00cde


#c00cde Border Color

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

This div border color is #c00cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00cde


Comments

No comments written yet.

Please login to write comment.