Color Hex Logo

#e00ce0 Color Hex

#E00CE0
(224,12,224)
0 Favorites   0 Comments

Color spaces of #e00ce0

RGB 22412224
HSL0.830.900.46
HSV300°95°88°
CMYK 0.000.950.00   0.12
XYZ44.326521.492172.3331
Yxy21.49210.32090.1556
Hunter Lab46.359689.5427-60.0563
CIE-Lab53.483988.2443-54.7110

#e00ce0 color RGB value is (224,12,224).

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

The process color (four color CMYK) of #e00ce0 color hex is 0.00, 0.95, 0.00, 0.12. Web safe color of #e00ce0 is #cc00cc. Color #e00ce0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001100 11100000
Octal 340 14 340
Decimal 224 12 224
Hex E0 C E0

RGB Percentages of Color #e00ce0

%48.70
%2.61
%48.70

CMYK Percentages of Color #e00ce0

%0
%95
%0
%12

Triadic Colors of #e00ce0

#e00ce0 #e0e00c #0ce0e0

Analogous Colors of #e00ce0

#e00ce0 #e00c76 #760ce0

Monochromatic Colors of #e00ce0

#e00ce0

Complementary Color

#e00ce0 #0ce00c

#e00ce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00ce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00ce0 Color CSS Codes

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

#e00ce0 Text Font Color

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

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


#e00ce0 Background Color

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

This div background color is #e00ce0


#e00ce0 Border Color

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

This div border color is #e00ce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00ce0


Comments

No comments written yet.

Please login to write comment.