Color Hex Logo

#e10dab Color Hex

#E10DAB
(225,13,171)
0 Favorites   0 Comments

Color spaces of #e10dab

RGB 22513171
HSL0.880.890.47
HSV315°94°88°
CMYK 0.000.940.24   0.12
XYZ38.545919.235740.2093
Yxy19.23570.39340.1963
Hunter Lab43.858580.1257-23.6558
CIE-Lab50.961881.4693-28.0376

#e10dab color RGB value is (225,13,171).

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

The process color (four color CMYK) of #e10dab color hex is 0.00, 0.94, 0.24, 0.12. Web safe color of #e10dab is #cc0099. Color #e10dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001101 10101011
Octal 341 15 253
Decimal 225 13 171
Hex E1 D AB

RGB Percentages of Color #e10dab

%55.01
%3.18
%41.81

CMYK Percentages of Color #e10dab

%0
%94
%24
%12

Triadic Colors of #e10dab

#e10dab #abe10d #0dabe1

Analogous Colors of #e10dab

#e10dab #e10d41 #ad0de1

Monochromatic Colors of #e10dab

#e10dab

Complementary Color

#e10dab #0de143

#e10dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10dab Color CSS Codes

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

#e10dab Text Font Color

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

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


#e10dab Background Color

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

This div background color is #e10dab


#e10dab Border Color

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

This div border color is #e10dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10dab


Comments

No comments written yet.

Please login to write comment.