Color Hex Logo

#e05eed Color Hex

#E05EED
(224,94,237)
0 Favorites   0 Comments

Color spaces of #e05eed

RGB 22494237
HSL0.820.800.65
HSV295°60°93°
CMYK 0.050.600.00   0.07
XYZ50.029229.967183.2682
Yxy29.96710.30640.1835
Hunter Lab54.742267.3332-51.8663
CIE-Lab61.625869.1118-49.0579

#e05eed color RGB value is (224,94,237).

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

The process color (four color CMYK) of #e05eed color hex is 0.05, 0.60, 0.00, 0.07. Web safe color of #e05eed is #cc66ff. Color #e05eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011110 11101101
Octal 340 136 355
Decimal 224 94 237
Hex E0 5E ED

RGB Percentages of Color #e05eed

%40.36
%16.94
%42.70

CMYK Percentages of Color #e05eed

%5
%60
%0
%7

Triadic Colors of #e05eed

#e05eed #ede05e #5eede0

Analogous Colors of #e05eed

#e05eed #ed5eb3 #995eed

Monochromatic Colors of #e05eed

#e05eed

Complementary Color

#e05eed #6bed5e

#e05eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05eed Color CSS Codes

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

#e05eed Text Font Color

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

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


#e05eed Background Color

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

This div background color is #e05eed


#e05eed Border Color

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

This div border color is #e05eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05eed


Comments

No comments written yet.

Please login to write comment.