Color Hex Logo

#e35aea Color Hex

#E35AEA
(227,90,234)
0 Favorites   0 Comments

Color spaces of #e35aea

RGB 22790234
HSL0.830.770.64
HSV297°62°92°
CMYK 0.030.620.00   0.08
XYZ50.186029.583780.9070
Yxy29.58370.31230.1841
Hunter Lab54.390969.5163-50.1208
CIE-Lab61.293470.9662-47.8857

#e35aea color RGB value is (227,90,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011010 11101010
Octal 343 132 352
Decimal 227 90 234
Hex E3 5A EA

RGB Percentages of Color #e35aea

%41.20
%16.33
%42.47

CMYK Percentages of Color #e35aea

%3
%62
%0
%8

Triadic Colors of #e35aea

#e35aea #eae35a #5aeae3

Analogous Colors of #e35aea

#e35aea #ea5aa9 #9b5aea

Monochromatic Colors of #e35aea

#e35aea

Complementary Color

#e35aea #61ea5a

#e35aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35aea Color CSS Codes

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

#e35aea Text Font Color

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

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


#e35aea Background Color

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

This div background color is #e35aea


#e35aea Border Color

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

This div border color is #e35aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35aea


Comments

No comments written yet.

Please login to write comment.