Color Hex Logo

#e5528a Color Hex

#E5528A
(229,82,138)
0 Favorites   0 Comments

Color spaces of #e5528a

RGB 22982138
HSL0.940.740.61
HSV337°64°90°
CMYK 0.000.640.40   0.10
XYZ39.917824.527626.6751
Yxy24.52760.43810.2692
Hunter Lab49.525357.20302.7333
CIE-Lab56.612261.45390.0489

#e5528a color RGB value is (229,82,138).

#e5528a hex color red value is 229, green value is 82 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e5528a hue: 0.94 , saturation: 0.74 and the lightness value of e5528a is 0.61.

The process color (four color CMYK) of #e5528a color hex is 0.00, 0.64, 0.40, 0.10. Web safe color of #e5528a is #cc6699. Color #e5528a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 10001010
Octal 345 122 212
Decimal 229 82 138
Hex E5 52 8A

RGB Percentages of Color #e5528a

%51.00
%18.26
%30.73

CMYK Percentages of Color #e5528a

%0
%64
%40
%10

Triadic Colors of #e5528a

#e5528a #8ae552 #528ae5

Analogous Colors of #e5528a

#e5528a #e56452 #e552d4

Monochromatic Colors of #e5528a

#e5528a

Complementary Color

#e5528a #52e5ad

#e5528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5528a Color CSS Codes

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

#e5528a Text Font Color

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

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


#e5528a Background Color

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

This div background color is #e5528a


#e5528a Border Color

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

This div border color is #e5528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5528a


Comments

No comments written yet.

Please login to write comment.