Color Hex Logo

#e53acd Color Hex

#E53ACD
(229,58,205)
0 Favorites   0 Comments

Color spaces of #e53acd

RGB 22958205
HSL0.860.770.56
HSV308°75°90°
CMYK 0.000.750.10   0.10
XYZ44.845624.091960.0442
Yxy24.09190.34770.1868
Hunter Lab49.083577.1921-38.1714
CIE-Lab56.179778.1323-39.5610

#e53acd color RGB value is (229,58,205).

#e53acd hex color red value is 229, green value is 58 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e53acd hue: 0.86 , saturation: 0.77 and the lightness value of e53acd is 0.56.

The process color (four color CMYK) of #e53acd color hex is 0.00, 0.75, 0.10, 0.10. Web safe color of #e53acd is #cc33cc. Color #e53acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111010 11001101
Octal 345 72 315
Decimal 229 58 205
Hex E5 3A CD

RGB Percentages of Color #e53acd

%46.54
%11.79
%41.67

CMYK Percentages of Color #e53acd

%0
%75
%10
%10

Triadic Colors of #e53acd

#e53acd #cde53a #3acde5

Analogous Colors of #e53acd

#e53acd #e53a78 #a83ae5

Monochromatic Colors of #e53acd

#e53acd

Complementary Color

#e53acd #3ae552

#e53acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e53acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e53acd Color CSS Codes

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

#e53acd Text Font Color

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

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


#e53acd Background Color

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

This div background color is #e53acd


#e53acd Border Color

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

This div border color is #e53acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e53acd


Comments

No comments written yet.

Please login to write comment.