Color Hex Logo

#e534a0 Color Hex

#E534A0
(229,52,160)
0 Favorites   0 Comments

Color spaces of #e534a0

RGB 22952160
HSL0.900.770.55
HSV323°77°90°
CMYK 0.000.770.30   0.10
XYZ39.886321.652135.3347
Yxy21.65210.41170.2235
Hunter Lab46.531871.5766-12.4506
CIE-Lab53.655974.0980-17.3427

#e534a0 color RGB value is (229,52,160).

#e534a0 hex color red value is 229, green value is 52 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #e534a0 hue: 0.90 , saturation: 0.77 and the lightness value of e534a0 is 0.55.

The process color (four color CMYK) of #e534a0 color hex is 0.00, 0.77, 0.30, 0.10. Web safe color of #e534a0 is #cc3399. Color #e534a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110100 10100000
Octal 345 64 240
Decimal 229 52 160
Hex E5 34 A0

RGB Percentages of Color #e534a0

%51.93
%11.79
%36.28

CMYK Percentages of Color #e534a0

%0
%77
%30
%10

Triadic Colors of #e534a0

#e534a0 #a0e534 #34a0e5

Analogous Colors of #e534a0

#e534a0 #e53448 #d234e5

Monochromatic Colors of #e534a0

#e534a0

Complementary Color

#e534a0 #34e579

#e534a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e534a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e534a0 Color CSS Codes

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

#e534a0 Text Font Color

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

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


#e534a0 Background Color

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

This div background color is #e534a0


#e534a0 Border Color

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

This div border color is #e534a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e534a0


Comments

No comments written yet.

Please login to write comment.