Color Hex Logo

#e05eeb Color Hex

#E05EEB
(224,94,235)
0 Favorites   0 Comments

Color spaces of #e05eeb

RGB 22494235
HSL0.820.780.65
HSV295°60°92°
CMYK 0.050.600.00   0.08
XYZ49.738629.850981.7375
Yxy29.85090.30830.1850
Hunter Lab54.636066.8869-50.4549
CIE-Lab61.525468.7616-48.1034

#e05eeb color RGB value is (224,94,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011110 11101011
Octal 340 136 353
Decimal 224 94 235
Hex E0 5E EB

RGB Percentages of Color #e05eeb

%40.51
%17.00
%42.50

CMYK Percentages of Color #e05eeb

%5
%60
%0
%8

Triadic Colors of #e05eeb

#e05eeb #ebe05e #5eebe0

Analogous Colors of #e05eeb

#e05eeb #eb5eb0 #9a5eeb

Monochromatic Colors of #e05eeb

#e05eeb

Complementary Color

#e05eeb #69eb5e

#e05eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05eeb Color CSS Codes

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

#e05eeb Text Font Color

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

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


#e05eeb Background Color

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

This div background color is #e05eeb


#e05eeb Border Color

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

This div border color is #e05eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05eeb


Comments

No comments written yet.

Please login to write comment.