Color Hex Logo

#c01ede Color Hex

#C01EDE
(192,30,222)
0 Favorites   0 Comments

Color spaces of #c01ede

RGB 19230222
HSL0.810.760.49
HSV291°86°87°
CMYK 0.140.860.00   0.13
XYZ35.387317.408970.6024
Yxy17.40890.28680.1411
Hunter Lab41.724078.3740-71.1196
CIE-Lab48.771280.5133-61.4333

#c01ede color RGB value is (192,30,222).

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

The process color (four color CMYK) of #c01ede color hex is 0.14, 0.86, 0.00, 0.13. Web safe color of #c01ede is #cc33cc. Color #c01ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00011110 11011110
Octal 300 36 336
Decimal 192 30 222
Hex C0 1E DE

RGB Percentages of Color #c01ede

%43.24
%6.76
%50.00

CMYK Percentages of Color #c01ede

%14
%86
%0
%13

Triadic Colors of #c01ede

#c01ede #dec01e #1edec0

Analogous Colors of #c01ede

#c01ede #de1e9c #601ede

Monochromatic Colors of #c01ede

#c01ede

Complementary Color

#c01ede #3cde1e

#c01ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01ede Color CSS Codes

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

#c01ede Text Font Color

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

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


#c01ede Background Color

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

This div background color is #c01ede


#c01ede Border Color

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

This div border color is #c01ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01ede


Comments

No comments written yet.

Please login to write comment.