Color Hex Logo

#e12dac Color Hex

#E12DAC
(225,45,172)
0 Favorites   0 Comments

Color spaces of #e12dac

RGB 22545172
HSL0.880.750.53
HSV318°80°88°
CMYK 0.000.800.24   0.12
XYZ39.436120.862940.9781
Yxy20.86290.38940.2060
Hunter Lab45.675974.1821-21.2188
CIE-Lab52.799176.3774-25.7786

#e12dac color RGB value is (225,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 10101100
Octal 341 55 254
Decimal 225 45 172
Hex E1 2D AC

RGB Percentages of Color #e12dac

%50.90
%10.18
%38.91

CMYK Percentages of Color #e12dac

%0
%80
%24
%12

Triadic Colors of #e12dac

#e12dac #ace12d #2dace1

Analogous Colors of #e12dac

#e12dac #e12d52 #bc2de1

Monochromatic Colors of #e12dac

#e12dac

Complementary Color

#e12dac #2de162

#e12dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12dac Color CSS Codes

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

#e12dac Text Font Color

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

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


#e12dac Background Color

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

This div background color is #e12dac


#e12dac Border Color

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

This div border color is #e12dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,45,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12dac


Comments

No comments written yet.

Please login to write comment.