Color Hex Logo

#e35eea Color Hex

#E35EEA
(227,94,234)
0 Favorites   0 Comments

Color spaces of #e35eea

RGB 22794234
HSL0.830.770.64
HSV297°60°92°
CMYK 0.030.600.00   0.08
XYZ50.532530.276881.0226
Yxy30.27680.31230.1871
Hunter Lab55.024467.6357-48.7866
CIE-Lab61.892369.3124-46.9393

#e35eea color RGB value is (227,94,234).

#e35eea hex color red value is 227, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e35eea hue: 0.83 , saturation: 0.77 and the lightness value of e35eea is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011110 11101010
Octal 343 136 352
Decimal 227 94 234
Hex E3 5E EA

RGB Percentages of Color #e35eea

%40.90
%16.94
%42.16

CMYK Percentages of Color #e35eea

%3
%60
%0
%8

Triadic Colors of #e35eea

#e35eea #eae35e #5eeae3

Analogous Colors of #e35eea

#e35eea #ea5eab #9d5eea

Monochromatic Colors of #e35eea

#e35eea

Complementary Color

#e35eea #65ea5e

#e35eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35eea Color CSS Codes

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

#e35eea Text Font Color

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

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


#e35eea Background Color

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

This div background color is #e35eea


#e35eea Border Color

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

This div border color is #e35eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35eea


Comments

No comments written yet.

Please login to write comment.