Color Hex Logo

#e01dee Color Hex

#E01DEE
(224,29,238)
0 Favorites   0 Comments

Color spaces of #e01dee

RGB 22429238
HSL0.820.860.52
HSV296°88°93°
CMYK 0.060.880.00   0.07
XYZ46.612522.899182.8521
Yxy22.89910.30590.1503
Hunter Lab47.853090.1299-69.1569
CIE-Lab54.968388.4004-60.2313

#e01dee color RGB value is (224,29,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011101 11101110
Octal 340 35 356
Decimal 224 29 238
Hex E0 1D EE

RGB Percentages of Color #e01dee

%45.62
%5.91
%48.47

CMYK Percentages of Color #e01dee

%6
%88
%0
%7

Triadic Colors of #e01dee

#e01dee #eee01d #1deee0

Analogous Colors of #e01dee

#e01dee #ee1d94 #781dee

Monochromatic Colors of #e01dee

#e01dee

Complementary Color

#e01dee #2bee1d

#e01dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01dee Color CSS Codes

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

#e01dee Text Font Color

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

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


#e01dee Background Color

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

This div background color is #e01dee


#e01dee Border Color

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

This div border color is #e01dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01dee


Comments

No comments written yet.

Please login to write comment.