Color Hex Logo

#e07eea Color Hex

#E07EEA
(224,126,234)
0 Favorites   0 Comments

Color spaces of #e07eea

RGB 224126234
HSL0.820.720.71
HSV294°46°92°
CMYK 0.040.460.00   0.08
XYZ53.052636.709582.1314
Yxy36.70950.30860.2136
Hunter Lab60.588450.2692-37.9595
CIE-Lab67.058553.6688-38.8550

#e07eea color RGB value is (224,126,234).

#e07eea hex color red value is 224, green value is 126 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e07eea hue: 0.82 , saturation: 0.72 and the lightness value of e07eea is 0.71.

The process color (four color CMYK) of #e07eea color hex is 0.04, 0.46, 0.00, 0.08. Web safe color of #e07eea is #cc66ff. Color #e07eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111110 11101010
Octal 340 176 352
Decimal 224 126 234
Hex E0 7E EA

RGB Percentages of Color #e07eea

%38.36
%21.58
%40.07

CMYK Percentages of Color #e07eea

%4
%46
%0
%8

Triadic Colors of #e07eea

#e07eea #eae07e #7eeae0

Analogous Colors of #e07eea

#e07eea #ea7ebe #aa7eea

Monochromatic Colors of #e07eea

#e07eea

Complementary Color

#e07eea #88ea7e

#e07eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07eea Color CSS Codes

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

#e07eea Text Font Color

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

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


#e07eea Background Color

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

This div background color is #e07eea


#e07eea Border Color

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

This div border color is #e07eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07eea


Comments

No comments written yet.

Please login to write comment.