Color Hex Logo

#e05a9b Color Hex

#E05A9B
(224,90,155)
0 Favorites   0 Comments

Color spaces of #e05a9b

RGB 22490155
HSL0.920.680.62
HSV331°60°88°
CMYK 0.000.600.31   0.12
XYZ40.313025.526233.8127
Yxy25.52620.40450.2562
Hunter Lab50.523554.0103-4.3133
CIE-Lab57.584658.4943-8.5668

#e05a9b color RGB value is (224,90,155).

#e05a9b hex color red value is 224, green value is 90 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e05a9b hue: 0.92 , saturation: 0.68 and the lightness value of e05a9b is 0.62.

The process color (four color CMYK) of #e05a9b color hex is 0.00, 0.60, 0.31, 0.12. Web safe color of #e05a9b is #cc6699. Color #e05a9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011010 10011011
Octal 340 132 233
Decimal 224 90 155
Hex E0 5A 9B

RGB Percentages of Color #e05a9b

%47.76
%19.19
%33.05

CMYK Percentages of Color #e05a9b

%0
%60
%31
%12

Triadic Colors of #e05a9b

#e05a9b #9be05a #5a9be0

Analogous Colors of #e05a9b

#e05a9b #e05c5a #e05ade

Monochromatic Colors of #e05a9b

#e05a9b

Complementary Color

#e05a9b #5ae09f

#e05a9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05a9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05a9b Color CSS Codes

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

#e05a9b Text Font Color

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

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


#e05a9b Background Color

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

This div background color is #e05a9b


#e05a9b Border Color

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

This div border color is #e05a9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05a9b


Comments

No comments written yet.

Please login to write comment.