Color Hex Logo

#e55baa Color Hex

#E55BAA
(229,91,170)
0 Favorites   0 Comments

Color spaces of #e55baa

RGB 22991170
HSL0.900.730.63
HSV326°60°90°
CMYK 0.000.600.26   0.10
XYZ43.309927.042540.9672
Yxy27.04250.38910.2429
Hunter Lab52.002457.6585-10.3066
CIE-Lab59.013661.4221-15.0511

#e55baa color RGB value is (229,91,170).

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

The process color (four color CMYK) of #e55baa color hex is 0.00, 0.60, 0.26, 0.10. Web safe color of #e55baa is #cc6699. Color #e55baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011011 10101010
Octal 345 133 252
Decimal 229 91 170
Hex E5 5B AA

RGB Percentages of Color #e55baa

%46.73
%18.57
%34.69

CMYK Percentages of Color #e55baa

%0
%60
%26
%10

Triadic Colors of #e55baa

#e55baa #aae55b #5baae5

Analogous Colors of #e55baa

#e55baa #e55b65 #db5be5

Monochromatic Colors of #e55baa

#e55baa

Complementary Color

#e55baa #5be596

#e55baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55baa Color CSS Codes

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

#e55baa Text Font Color

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

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


#e55baa Background Color

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

This div background color is #e55baa


#e55baa Border Color

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

This div border color is #e55baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55baa


Comments

No comments written yet.

Please login to write comment.