Color Hex Logo

#c01dee Color Hex

#C01DEE
(192,29,238)
0 Favorites   0 Comments

Color spaces of #c01dee

RGB 19229238
HSL0.800.860.52
HSV287°88°93°
CMYK 0.190.880.00   0.07
XYZ37.610218.258282.4308
Yxy18.25820.27190.1320
Hunter Lab42.729682.3372-84.4671
CIE-Lab49.807883.4243-68.8186

#c01dee color RGB value is (192,29,238).

#c01dee hex color red value is 192, green value is 29 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c01dee hue: 0.80 , saturation: 0.86 and the lightness value of c01dee is 0.52.

The process color (four color CMYK) of #c01dee color hex is 0.19, 0.88, 0.00, 0.07. Web safe color of #c01dee is #cc33ff. Color #c01dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011101 11101110
Octal 300 35 356
Decimal 192 29 238
Hex C0 1D EE

RGB Percentages of Color #c01dee

%41.83
%6.32
%51.85

CMYK Percentages of Color #c01dee

%19
%88
%0
%7

Triadic Colors of #c01dee

#c01dee #eec01d #1deec0

Analogous Colors of #c01dee

#c01dee #ee1db4 #581dee

Monochromatic Colors of #c01dee

#c01dee

Complementary Color

#c01dee #4bee1d

#c01dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01dee Color CSS Codes

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

#c01dee Text Font Color

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

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


#c01dee Background Color

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

This div background color is #c01dee


#c01dee Border Color

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

This div border color is #c01dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01dee


Comments

No comments written yet.

Please login to write comment.