Color Hex Logo

#e12daa Color Hex

#E12DAA
(225,45,170)
0 Favorites   0 Comments

Color spaces of #e12daa

RGB 22545170
HSL0.880.750.53
HSV318°80°88°
CMYK 0.000.800.24   0.12
XYZ39.245420.786639.9740
Yxy20.78660.39240.2079
Hunter Lab45.592373.8644-20.0691
CIE-Lab52.715176.1372-24.7342

#e12daa color RGB value is (225,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 10101010
Octal 341 55 252
Decimal 225 45 170
Hex E1 2D AA

RGB Percentages of Color #e12daa

%51.14
%10.23
%38.64

CMYK Percentages of Color #e12daa

%0
%80
%24
%12

Triadic Colors of #e12daa

#e12daa #aae12d #2daae1

Analogous Colors of #e12daa

#e12daa #e12d50 #be2de1

Monochromatic Colors of #e12daa

#e12daa

Complementary Color

#e12daa #2de164

#e12daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12daa Color CSS Codes

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

#e12daa Text Font Color

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

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


#e12daa Background Color

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

This div background color is #e12daa


#e12daa Border Color

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

This div border color is #e12daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12daa


Comments

No comments written yet.

Please login to write comment.