Color Hex Logo

#e05eee Color Hex

#E05EEE
(224,94,238)
0 Favorites   0 Comments

Color spaces of #e05eee

RGB 22494238
HSL0.820.810.65
HSV294°61°93°
CMYK 0.060.610.00   0.07
XYZ50.175830.025784.0399
Yxy30.02570.30550.1828
Hunter Lab54.795767.5579-52.5758
CIE-Lab61.676469.2878-49.5340

#e05eee color RGB value is (224,94,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011110 11101110
Octal 340 136 356
Decimal 224 94 238
Hex E0 5E EE

RGB Percentages of Color #e05eee

%40.29
%16.91
%42.81

CMYK Percentages of Color #e05eee

%6
%61
%0
%7

Triadic Colors of #e05eee

#e05eee #eee05e #5eeee0

Analogous Colors of #e05eee

#e05eee #ee5eb4 #985eee

Monochromatic Colors of #e05eee

#e05eee

Complementary Color

#e05eee #6cee5e

#e05eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05eee Color CSS Codes

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

#e05eee Text Font Color

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

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


#e05eee Background Color

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

This div background color is #e05eee


#e05eee Border Color

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

This div border color is #e05eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05eee


Comments

No comments written yet.

Please login to write comment.