Color Hex Logo

#e55aba Color Hex

#E55ABA
(229,90,186)
0 Favorites   0 Comments

Color spaces of #e55aba

RGB 22990186
HSL0.880.730.63
HSV319°61°90°
CMYK 0.000.610.19   0.10
XYZ44.832227.515549.4025
Yxy27.51550.36820.2260
Hunter Lab52.455260.7630-19.1209
CIE-Lab59.448564.0040-23.5996

#e55aba color RGB value is (229,90,186).

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

The process color (four color CMYK) of #e55aba color hex is 0.00, 0.61, 0.19, 0.10. Web safe color of #e55aba is #cc66cc. Color #e55aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 10111010
Octal 345 132 272
Decimal 229 90 186
Hex E5 5A BA

RGB Percentages of Color #e55aba

%45.35
%17.82
%36.83

CMYK Percentages of Color #e55aba

%0
%61
%19
%10

Triadic Colors of #e55aba

#e55aba #bae55a #5abae5

Analogous Colors of #e55aba

#e55aba #e55a75 #cb5ae5

Monochromatic Colors of #e55aba

#e55aba

Complementary Color

#e55aba #5ae585

#e55aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55aba Color CSS Codes

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

#e55aba Text Font Color

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

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


#e55aba Background Color

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

This div background color is #e55aba


#e55aba Border Color

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

This div border color is #e55aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55aba


Comments

No comments written yet.

Please login to write comment.