Color Hex Logo

#e11ed0 Color Hex

#E11ED0
(225,30,208)
0 Favorites   0 Comments

Color spaces of #e11ed0

RGB 22530208
HSL0.850.760.50
HSV305°87°88°
CMYK 0.000.870.08   0.12
XYZ42.900821.490261.5614
Yxy21.49020.34060.1706
Hunter Lab46.357584.0642-46.2851
CIE-Lab53.481984.0507-45.5823

#e11ed0 color RGB value is (225,30,208).

#e11ed0 hex color red value is 225, green value is 30 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #e11ed0 hue: 0.85 , saturation: 0.76 and the lightness value of e11ed0 is 0.50.

The process color (four color CMYK) of #e11ed0 color hex is 0.00, 0.87, 0.08, 0.12. Web safe color of #e11ed0 is #cc33cc. Color #e11ed0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011110 11010000
Octal 341 36 320
Decimal 225 30 208
Hex E1 1E D0

RGB Percentages of Color #e11ed0

%48.60
%6.48
%44.92

CMYK Percentages of Color #e11ed0

%0
%87
%8
%12

Triadic Colors of #e11ed0

#e11ed0 #d0e11e #1ed0e1

Analogous Colors of #e11ed0

#e11ed0 #e11e6f #911ee1

Monochromatic Colors of #e11ed0

#e11ed0

Complementary Color

#e11ed0 #1ee12f

#e11ed0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11ed0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11ed0 Color CSS Codes

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

#e11ed0 Text Font Color

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

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


#e11ed0 Background Color

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

This div background color is #e11ed0


#e11ed0 Border Color

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

This div border color is #e11ed0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11ed0


Comments

No comments written yet.

Please login to write comment.