Color Hex Logo

#e00dea Color Hex

#E00DEA
(224,13,234)
0 Favorites   0 Comments

Color spaces of #e00dea

RGB 22413234
HSL0.830.890.48
HSV297°94°92°
CMYK 0.040.940.00   0.08
XYZ45.735722.075779.6924
Yxy22.07570.31010.1497
Hunter Lab46.984891.5312-67.6743
CIE-Lab54.107289.6238-59.3645

#e00dea color RGB value is (224,13,234).

#e00dea hex color red value is 224, green value is 13 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e00dea hue: 0.83 , saturation: 0.89 and the lightness value of e00dea is 0.48.

The process color (four color CMYK) of #e00dea color hex is 0.04, 0.94, 0.00, 0.08. Web safe color of #e00dea is #cc00ff. Color #e00dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00001101 11101010
Octal 340 15 352
Decimal 224 13 234
Hex E0 D EA

RGB Percentages of Color #e00dea

%47.56
%2.76
%49.68

CMYK Percentages of Color #e00dea

%4
%94
%0
%8

Triadic Colors of #e00dea

#e00dea #eae00d #0deae0

Analogous Colors of #e00dea

#e00dea #ea0d86 #720dea

Monochromatic Colors of #e00dea

#e00dea

Complementary Color

#e00dea #17ea0d

#e00dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e00dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e00dea Color CSS Codes

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

#e00dea Text Font Color

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

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


#e00dea Background Color

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

This div background color is #e00dea


#e00dea Border Color

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

This div border color is #e00dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e00dea


Comments

No comments written yet.

Please login to write comment.