Color Hex Logo

#e35aef Color Hex

#E35AEF
(227,90,239)
0 Favorites   0 Comments

Color spaces of #e35aef

RGB 22790239
HSL0.820.820.65
HSV295°62°94°
CMYK 0.050.620.00   0.06
XYZ50.914729.875284.7443
Yxy29.87520.30760.1805
Hunter Lab54.658270.6228-53.6649
CIE-Lab61.546471.8221-50.2692

#e35aef color RGB value is (227,90,239).

#e35aef hex color red value is 227, green value is 90 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e35aef hue: 0.82 , saturation: 0.82 and the lightness value of e35aef is 0.65.

The process color (four color CMYK) of #e35aef color hex is 0.05, 0.62, 0.00, 0.06. Web safe color of #e35aef is #cc66ff. Color #e35aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011010 11101111
Octal 343 132 357
Decimal 227 90 239
Hex E3 5A EF

RGB Percentages of Color #e35aef

%40.83
%16.19
%42.99

CMYK Percentages of Color #e35aef

%5
%62
%0
%6

Triadic Colors of #e35aef

#e35aef #efe35a #5aefe3

Analogous Colors of #e35aef

#e35aef #ef5ab1 #995aef

Monochromatic Colors of #e35aef

#e35aef

Complementary Color

#e35aef #66ef5a

#e35aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35aef Color CSS Codes

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

#e35aef Text Font Color

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

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


#e35aef Background Color

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

This div background color is #e35aef


#e35aef Border Color

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

This div border color is #e35aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,90,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35aef


Comments

No comments written yet.

Please login to write comment.