Color Hex Logo

#e10dbd Color Hex

#E10DBD
(225,13,189)
0 Favorites   0 Comments

Color spaces of #e10dbd

RGB 22513189
HSL0.860.890.47
HSV310°94°88°
CMYK 0.000.940.16   0.12
XYZ40.380619.969549.8703
Yxy19.96950.36640.1812
Hunter Lab44.687283.0947-34.8857
CIE-Lab51.802783.6260-37.2655

#e10dbd color RGB value is (225,13,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001101 10111101
Octal 341 15 275
Decimal 225 13 189
Hex E1 D BD

RGB Percentages of Color #e10dbd

%52.69
%3.04
%44.26

CMYK Percentages of Color #e10dbd

%0
%94
%16
%12

Triadic Colors of #e10dbd

#e10dbd #bde10d #0dbde1

Analogous Colors of #e10dbd

#e10dbd #e10d53 #9b0de1

Monochromatic Colors of #e10dbd

#e10dbd

Complementary Color

#e10dbd #0de131

#e10dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10dbd Color CSS Codes

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

#e10dbd Text Font Color

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

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


#e10dbd Background Color

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

This div background color is #e10dbd


#e10dbd Border Color

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

This div border color is #e10dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10dbd


Comments

No comments written yet.

Please login to write comment.