Color Hex Logo

#e103ad Color Hex

#E103AD
(225,3,173)
0 Favorites   0 Comments

Color spaces of #e103ad

RGB 2253173
HSL0.870.970.45
HSV314°99°88°
CMYK 0.000.990.23   0.12
XYZ38.626719.089841.1840
Yxy19.08980.39060.1930
Hunter Lab43.691981.3458-25.3025
CIE-Lab50.792182.4593-29.4804

#e103ad color RGB value is (225,3,173).

#e103ad hex color red value is 225, green value is 3 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e103ad hue: 0.87 , saturation: 0.97 and the lightness value of e103ad is 0.45.

The process color (four color CMYK) of #e103ad color hex is 0.00, 0.99, 0.23, 0.12. Web safe color of #e103ad is #cc0099. Color #e103ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00000011 10101101
Octal 341 3 255
Decimal 225 3 173
Hex E1 3 AD

RGB Percentages of Color #e103ad

%56.11
%0.75
%43.14

CMYK Percentages of Color #e103ad

%0
%99
%23
%12

Triadic Colors of #e103ad

#e103ad #ade103 #03ade1

Analogous Colors of #e103ad

#e103ad #e1033e #a603e1

Monochromatic Colors of #e103ad

#e103ad

Complementary Color

#e103ad #03e137

#e103ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e103ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e103ad Color CSS Codes

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

#e103ad Text Font Color

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

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


#e103ad Background Color

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

This div background color is #e103ad


#e103ad Border Color

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

This div border color is #e103ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,3,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 #e103ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e103ad


Comments

No comments written yet.

Please login to write comment.