Color Hex Logo

#e05dee Color Hex

#E05DEE
(224,93,238)
0 Favorites   0 Comments

Color spaces of #e05dee

RGB 22493238
HSL0.820.810.65
HSV294°61°93°
CMYK 0.060.610.00   0.07
XYZ50.087429.849084.0105
Yxy29.84900.30550.1821
Hunter Lab54.634268.0347-52.9256
CIE-Lab61.523769.7084-49.7758

#e05dee color RGB value is (224,93,238).

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

The process color (four color CMYK) of #e05dee color hex is 0.06, 0.61, 0.00, 0.07. Web safe color of #e05dee is #cc66ff. Color #e05dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011101 11101110
Octal 340 135 356
Decimal 224 93 238
Hex E0 5D EE

RGB Percentages of Color #e05dee

%40.36
%16.76
%42.88

CMYK Percentages of Color #e05dee

%6
%61
%0
%7

Triadic Colors of #e05dee

#e05dee #eee05d #5deee0

Analogous Colors of #e05dee

#e05dee #ee5db4 #985dee

Monochromatic Colors of #e05dee

#e05dee

Complementary Color

#e05dee #6bee5d

#e05dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05dee Color CSS Codes

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

#e05dee Text Font Color

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

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


#e05dee Background Color

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

This div background color is #e05dee


#e05dee Border Color

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

This div border color is #e05dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05dee


Comments

No comments written yet.

Please login to write comment.