Color Hex Logo

#e55ab2 Color Hex

#E55AB2
(229,90,178)
0 Favorites   0 Comments

Color spaces of #e55ab2

RGB 22990178
HSL0.890.730.63
HSV322°61°90°
CMYK 0.000.610.22   0.10
XYZ44.005127.184745.0473
Yxy27.18470.37860.2339
Hunter Lab52.138959.4102-14.7284
CIE-Lab59.144962.9041-19.4673

#e55ab2 color RGB value is (229,90,178).

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

The process color (four color CMYK) of #e55ab2 color hex is 0.00, 0.61, 0.22, 0.10. Web safe color of #e55ab2 is #cc6699. Color #e55ab2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011010 10110010
Octal 345 132 262
Decimal 229 90 178
Hex E5 5A B2

RGB Percentages of Color #e55ab2

%46.08
%18.11
%35.81

CMYK Percentages of Color #e55ab2

%0
%61
%22
%10

Triadic Colors of #e55ab2

#e55ab2 #b2e55a #5ab2e5

Analogous Colors of #e55ab2

#e55ab2 #e55a6d #d35ae5

Monochromatic Colors of #e55ab2

#e55ab2

Complementary Color

#e55ab2 #5ae58d

#e55ab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55ab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55ab2 Color CSS Codes

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

#e55ab2 Text Font Color

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

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


#e55ab2 Background Color

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

This div background color is #e55ab2


#e55ab2 Border Color

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

This div border color is #e55ab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55ab2


Comments

No comments written yet.

Please login to write comment.