Color Hex Logo

#e13ead Color Hex

#E13EAD
(225,62,173)
0 Favorites   0 Comments

Color spaces of #e13ead

RGB 22562173
HSL0.890.730.56
HSV319°72°88°
CMYK 0.000.720.23   0.12
XYZ40.316822.469941.7474
Yxy22.46990.38570.2150
Hunter Lab47.402468.8639-19.0351
CIE-Lab54.522171.7066-23.7060

#e13ead color RGB value is (225,62,173).

#e13ead hex color red value is 225, green value is 62 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e13ead hue: 0.89 , saturation: 0.73 and the lightness value of e13ead is 0.56.

The process color (four color CMYK) of #e13ead color hex is 0.00, 0.72, 0.23, 0.12. Web safe color of #e13ead is #cc3399. Color #e13ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00111110 10101101
Octal 341 76 255
Decimal 225 62 173
Hex E1 3E AD

RGB Percentages of Color #e13ead

%48.91
%13.48
%37.61

CMYK Percentages of Color #e13ead

%0
%72
%23
%12

Triadic Colors of #e13ead

#e13ead #ade13e #3eade1

Analogous Colors of #e13ead

#e13ead #e13e5c #c43ee1

Monochromatic Colors of #e13ead

#e13ead

Complementary Color

#e13ead #3ee172

#e13ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e13ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e13ead Color CSS Codes

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

#e13ead Text Font Color

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

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


#e13ead Background Color

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

This div background color is #e13ead


#e13ead Border Color

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

This div border color is #e13ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e13ead


Comments

No comments written yet.

Please login to write comment.