Color Hex Logo

#e10cad Color Hex

#E10CAD
(225,12,173)
0 Favorites   0 Comments

Color spaces of #e10cad

RGB 22512173
HSL0.870.900.46
HSV315°95°88°
CMYK 0.000.950.23   0.12
XYZ38.725619.287641.2170
Yxy19.28760.39030.1944
Hunter Lab43.917780.5414-24.9017
CIE-Lab51.022081.7842-29.1227

#e10cad color RGB value is (225,12,173).

#e10cad hex color red value is 225, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e10cad hue: 0.87 , saturation: 0.90 and the lightness value of e10cad is 0.46.

The process color (four color CMYK) of #e10cad color hex is 0.00, 0.95, 0.23, 0.12. Web safe color of #e10cad is #cc0099. Color #e10cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001100 10101101
Octal 341 14 255
Decimal 225 12 173
Hex E1 C AD

RGB Percentages of Color #e10cad

%54.88
%2.93
%42.20

CMYK Percentages of Color #e10cad

%0
%95
%23
%12

Triadic Colors of #e10cad

#e10cad #ade10c #0cade1

Analogous Colors of #e10cad

#e10cad #e10c42 #ab0ce1

Monochromatic Colors of #e10cad

#e10cad

Complementary Color

#e10cad #0ce140

#e10cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10cad Color CSS Codes

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

#e10cad Text Font Color

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

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


#e10cad Background Color

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

This div background color is #e10cad


#e10cad Border Color

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

This div border color is #e10cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10cad


Comments

No comments written yet.

Please login to write comment.