Color Hex Logo

#e10dcd Color Hex

#E10DCD
(225,13,205)
0 Favorites   0 Comments

Color spaces of #e10dcd

RGB 22513205
HSL0.850.890.47
HSV306°94°88°
CMYK 0.000.940.09   0.12
XYZ42.214720.703259.5288
Yxy20.70320.34480.1691
Hunter Lab45.500885.9824-45.7188
CIE-Lab52.623185.6965-45.2224

#e10dcd color RGB value is (225,13,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001101 11001101
Octal 341 15 315
Decimal 225 13 205
Hex E1 D CD

RGB Percentages of Color #e10dcd

%50.79
%2.93
%46.28

CMYK Percentages of Color #e10dcd

%0
%94
%9
%12

Triadic Colors of #e10dcd

#e10dcd #cde10d #0dcde1

Analogous Colors of #e10dcd

#e10dcd #e10d63 #8b0de1

Monochromatic Colors of #e10dcd

#e10dcd

Complementary Color

#e10dcd #0de121

#e10dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10dcd Color CSS Codes

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

#e10dcd Text Font Color

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

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


#e10dcd Background Color

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

This div background color is #e10dcd


#e10dcd Border Color

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

This div border color is #e10dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10dcd


Comments

No comments written yet.

Please login to write comment.