Color Hex Logo

#e12ead Color Hex

#E12EAD
(225,46,173)
0 Favorites   0 Comments

Color spaces of #e12ead

RGB 22546173
HSL0.880.750.53
HSV317°80°88°
CMYK 0.000.800.23   0.12
XYZ39.571220.978741.4988
Yxy20.97870.38780.2056
Hunter Lab45.802574.0612-21.6572
CIE-Lab52.926276.2551-26.1686

#e12ead color RGB value is (225,46,173).

#e12ead hex color red value is 225, green value is 46 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e12ead hue: 0.88 , saturation: 0.75 and the lightness value of e12ead is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101110 10101101
Octal 341 56 255
Decimal 225 46 173
Hex E1 2E AD

RGB Percentages of Color #e12ead

%50.68
%10.36
%38.96

CMYK Percentages of Color #e12ead

%0
%80
%23
%12

Triadic Colors of #e12ead

#e12ead #ade12e #2eade1

Analogous Colors of #e12ead

#e12ead #e12e54 #bc2ee1

Monochromatic Colors of #e12ead

#e12ead

Complementary Color

#e12ead #2ee162

#e12ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12ead Color CSS Codes

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

#e12ead Text Font Color

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

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


#e12ead Background Color

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

This div background color is #e12ead


#e12ead Border Color

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

This div border color is #e12ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12ead


Comments

No comments written yet.

Please login to write comment.