Color Hex Logo

#e10dba Color Hex

#E10DBA
(225,13,186)
0 Favorites   0 Comments

Color spaces of #e10dba

RGB 22513186
HSL0.860.890.47
HSV311°94°88°
CMYK 0.000.940.17   0.12
XYZ40.058219.840648.1727
Yxy19.84060.37070.1836
Hunter Lab44.542882.5787-32.9417
CIE-Lab51.656583.2531-35.7480

#e10dba color RGB value is (225,13,186).

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

The process color (four color CMYK) of #e10dba color hex is 0.00, 0.94, 0.17, 0.12. Web safe color of #e10dba is #cc00cc. Color #e10dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001101 10111010
Octal 341 15 272
Decimal 225 13 186
Hex E1 D BA

RGB Percentages of Color #e10dba

%53.07
%3.07
%43.87

CMYK Percentages of Color #e10dba

%0
%94
%17
%12

Triadic Colors of #e10dba

#e10dba #bae10d #0dbae1

Analogous Colors of #e10dba

#e10dba #e10d50 #9e0de1

Monochromatic Colors of #e10dba

#e10dba

Complementary Color

#e10dba #0de134

#e10dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10dba Color CSS Codes

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

#e10dba Text Font Color

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

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


#e10dba Background Color

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

This div background color is #e10dba


#e10dba Border Color

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

This div border color is #e10dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10dba


Comments

No comments written yet.

Please login to write comment.