Color Hex Logo

#e512ad Color Hex

#E512AD
(229,18,173)
0 Favorites   0 Comments

Color spaces of #e512ad

RGB 22918173
HSL0.880.850.48
HSV316°92°90°
CMYK 0.000.920.24   0.10
XYZ40.072220.107841.3043
Yxy20.10780.39490.1981
Hunter Lab44.841781.0411-23.2236
CIE-Lab51.958981.9935-27.6095

#e512ad color RGB value is (229,18,173).

#e512ad hex color red value is 229, green value is 18 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e512ad hue: 0.88 , saturation: 0.85 and the lightness value of e512ad is 0.48.

The process color (four color CMYK) of #e512ad color hex is 0.00, 0.92, 0.24, 0.10. Web safe color of #e512ad is #cc0099. Color #e512ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00010010 10101101
Octal 345 22 255
Decimal 229 18 173
Hex E5 12 AD

RGB Percentages of Color #e512ad

%54.52
%4.29
%41.19

CMYK Percentages of Color #e512ad

%0
%92
%24
%10

Triadic Colors of #e512ad

#e512ad #ade512 #12ade5

Analogous Colors of #e512ad

#e512ad #e51244 #b412e5

Monochromatic Colors of #e512ad

#e512ad

Complementary Color

#e512ad #12e54a

#e512ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e512ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e512ad Color CSS Codes

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

#e512ad Text Font Color

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

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


#e512ad Background Color

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

This div background color is #e512ad


#e512ad Border Color

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

This div border color is #e512ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e512ad


Comments

No comments written yet.

Please login to write comment.