Color Hex Logo

#e03dea Color Hex

#E03DEA
(224,61,234)
0 Favorites   0 Comments

Color spaces of #e03dea

RGB 22461234
HSL0.820.800.58
HSV297°74°92°
CMYK 0.040.740.00   0.08
XYZ47.260525.125380.2007
Yxy25.12530.30970.1647
Hunter Lab50.125180.5798-59.7770
CIE-Lab57.197380.6112-54.4192

#e03dea color RGB value is (224,61,234).

#e03dea hex color red value is 224, green value is 61 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e03dea hue: 0.82 , saturation: 0.80 and the lightness value of e03dea is 0.58.

The process color (four color CMYK) of #e03dea color hex is 0.04, 0.74, 0.00, 0.08. Web safe color of #e03dea is #cc33ff. Color #e03dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 11101010
Octal 340 75 352
Decimal 224 61 234
Hex E0 3D EA

RGB Percentages of Color #e03dea

%43.16
%11.75
%45.09

CMYK Percentages of Color #e03dea

%4
%74
%0
%8

Triadic Colors of #e03dea

#e03dea #eae03d #3deae0

Analogous Colors of #e03dea

#e03dea #ea3d9e #8a3dea

Monochromatic Colors of #e03dea

#e03dea

Complementary Color

#e03dea #47ea3d

#e03dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03dea Color CSS Codes

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

#e03dea Text Font Color

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

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


#e03dea Background Color

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

This div background color is #e03dea


#e03dea Border Color

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

This div border color is #e03dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03dea


Comments

No comments written yet.

Please login to write comment.