Color Hex Logo

#e35aeb Color Hex

#E35AEB
(227,90,235)
0 Favorites   0 Comments

Color spaces of #e35aeb

RGB 22790235
HSL0.820.780.64
HSV297°62°92°
CMYK 0.030.620.00   0.08
XYZ50.330129.641481.6659
Yxy29.64140.31140.1834
Hunter Lab54.443969.7356-50.8243
CIE-Lab61.343671.1361-48.3638

#e35aeb color RGB value is (227,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01011010 11101011
Octal 343 132 353
Decimal 227 90 235
Hex E3 5A EB

RGB Percentages of Color #e35aeb

%41.12
%16.30
%42.57

CMYK Percentages of Color #e35aeb

%3
%62
%0
%8

Triadic Colors of #e35aeb

#e35aeb #ebe35a #5aebe3

Analogous Colors of #e35aeb

#e35aeb #eb5aab #9b5aeb

Monochromatic Colors of #e35aeb

#e35aeb

Complementary Color

#e35aeb #62eb5a

#e35aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e35aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e35aeb Color CSS Codes

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

#e35aeb Text Font Color

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

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


#e35aeb Background Color

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

This div background color is #e35aeb


#e35aeb Border Color

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

This div border color is #e35aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e35aeb


Comments

No comments written yet.

Please login to write comment.