Color Hex Logo

#e55ae6 Color Hex

#E55AE6
(229,90,230)
0 Favorites   0 Comments

Color spaces of #e55ae6

RGB 22990230
HSL0.830.740.63
HSV300°61°90°
CMYK 0.000.610.00   0.10
XYZ50.252229.683577.9438
Yxy29.68350.31830.1880
Hunter Lab54.482669.2957-46.6836
CIE-Lab61.380270.7696-45.4970

#e55ae6 color RGB value is (229,90,230).

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

The process color (four color CMYK) of #e55ae6 color hex is 0.00, 0.61, 0.00, 0.10. Web safe color of #e55ae6 is #cc66ff. Color #e55ae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 11100110
Octal 345 132 346
Decimal 229 90 230
Hex E5 5A E6

RGB Percentages of Color #e55ae6

%41.71
%16.39
%41.89

CMYK Percentages of Color #e55ae6

%0
%61
%0
%10

Triadic Colors of #e55ae6

#e55ae6 #e6e55a #5ae6e5

Analogous Colors of #e55ae6

#e55ae6 #e65aa1 #9f5ae6

Monochromatic Colors of #e55ae6

#e55ae6

Complementary Color

#e55ae6 #5be65a

#e55ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55ae6 Color CSS Codes

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

#e55ae6 Text Font Color

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

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


#e55ae6 Background Color

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

This div background color is #e55ae6


#e55ae6 Border Color

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

This div border color is #e55ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55ae6


Comments

No comments written yet.

Please login to write comment.