Color Hex Logo

#e55aeb Color Hex

#E55AEB
(229,90,235)
0 Favorites   0 Comments

Color spaces of #e55aeb

RGB 22990235
HSL0.830.780.64
HSV298°62°92°
CMYK 0.030.620.00   0.08
XYZ50.964729.968581.6956
Yxy29.96850.31340.1843
Hunter Lab54.743570.3775-50.1601
CIE-Lab61.627071.6074-47.8971

#e55aeb color RGB value is (229,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 11101011
Octal 345 132 353
Decimal 229 90 235
Hex E5 5A EB

RGB Percentages of Color #e55aeb

%41.34
%16.25
%42.42

CMYK Percentages of Color #e55aeb

%3
%62
%0
%8

Triadic Colors of #e55aeb

#e55aeb #ebe55a #5aebe5

Analogous Colors of #e55aeb

#e55aeb #eb5aa9 #9d5aeb

Monochromatic Colors of #e55aeb

#e55aeb

Complementary Color

#e55aeb #60eb5a

#e55aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55aeb Color CSS Codes

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

#e55aeb Text Font Color

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

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


#e55aeb Background Color

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

This div background color is #e55aeb


#e55aeb Border Color

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

This div border color is #e55aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55aeb


Comments

No comments written yet.

Please login to write comment.