Color Hex Logo

#e10dca Color Hex

#E10DCA
(225,13,202)
0 Favorites   0 Comments

Color spaces of #e10dca

RGB 22513202
HSL0.850.890.47
HSV307°94°88°
CMYK 0.000.940.10   0.12
XYZ41.855920.559757.6395
Yxy20.55970.34860.1713
Hunter Lab45.342885.4233-43.6291
CIE-Lab52.464285.2976-43.7477

#e10dca color RGB value is (225,13,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001101 11001010
Octal 341 15 312
Decimal 225 13 202
Hex E1 D CA

RGB Percentages of Color #e10dca

%51.14
%2.95
%45.91

CMYK Percentages of Color #e10dca

%0
%94
%10
%12

Triadic Colors of #e10dca

#e10dca #cae10d #0dcae1

Analogous Colors of #e10dca

#e10dca #e10d60 #8e0de1

Monochromatic Colors of #e10dca

#e10dca

Complementary Color

#e10dca #0de124

#e10dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10dca Color CSS Codes

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

#e10dca Text Font Color

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

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


#e10dca Background Color

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

This div background color is #e10dca


#e10dca Border Color

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

This div border color is #e10dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10dca


Comments

No comments written yet.

Please login to write comment.