Color Hex Logo

#e12dab Color Hex

#E12DAB
(225,45,171)
0 Favorites   0 Comments

Color spaces of #e12dab

RGB 22545171
HSL0.880.750.53
HSV318°80°88°
CMYK 0.000.800.24   0.12
XYZ39.340420.824640.4742
Yxy20.82460.39090.2069
Hunter Lab45.634074.0228-20.6424
CIE-Lab52.757076.2570-25.2569

#e12dab color RGB value is (225,45,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00101101 10101011
Octal 341 55 253
Decimal 225 45 171
Hex E1 2D AB

RGB Percentages of Color #e12dab

%51.02
%10.20
%38.78

CMYK Percentages of Color #e12dab

%0
%80
%24
%12

Triadic Colors of #e12dab

#e12dab #abe12d #2dabe1

Analogous Colors of #e12dab

#e12dab #e12d51 #bd2de1

Monochromatic Colors of #e12dab

#e12dab

Complementary Color

#e12dab #2de163

#e12dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12dab Color CSS Codes

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

#e12dab Text Font Color

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

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


#e12dab Background Color

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

This div background color is #e12dab


#e12dab Border Color

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

This div border color is #e12dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12dab


Comments

No comments written yet.

Please login to write comment.