Color Hex Logo

#e10edc Color Hex

#E10EDC
(225,14,220)
0 Favorites   0 Comments

Color spaces of #e10edc

RGB 22514220
HSL0.840.880.47
HSV301°94°88°
CMYK 0.000.940.02   0.12
XYZ44.126621.488969.5322
Yxy21.48890.32650.1590
Hunter Lab46.356188.7917-56.4832
CIE-Lab53.480587.6754-52.4347

#e10edc color RGB value is (225,14,220).

#e10edc hex color red value is 225, green value is 14 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e10edc hue: 0.84 , saturation: 0.88 and the lightness value of e10edc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001110 11011100
Octal 341 16 334
Decimal 225 14 220
Hex E1 E DC

RGB Percentages of Color #e10edc

%49.02
%3.05
%47.93

CMYK Percentages of Color #e10edc

%0
%94
%2
%12

Triadic Colors of #e10edc

#e10edc #dce10e #0edce1

Analogous Colors of #e10edc

#e10edc #e10e73 #7d0ee1

Monochromatic Colors of #e10edc

#e10edc

Complementary Color

#e10edc #0ee113

#e10edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e10edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e10edc Color CSS Codes

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

#e10edc Text Font Color

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

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


#e10edc Background Color

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

This div background color is #e10edc


#e10edc Border Color

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

This div border color is #e10edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e10edc


Comments

No comments written yet.

Please login to write comment.