Color Hex Logo

#e11edf Color Hex

#E11EDF
(225,30,223)
0 Favorites   0 Comments

Color spaces of #e11edf

RGB 22530223
HSL0.840.760.50
HSV301°87°88°
CMYK 0.000.870.01   0.12
XYZ44.834922.263871.7463
Yxy22.26380.32290.1604
Hunter Lab47.184587.0384-57.1241
CIE-Lab54.305886.1785-52.8207

#e11edf color RGB value is (225,30,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011110 11011111
Octal 341 36 337
Decimal 225 30 223
Hex E1 1E DF

RGB Percentages of Color #e11edf

%47.07
%6.28
%46.65

CMYK Percentages of Color #e11edf

%0
%87
%1
%12

Triadic Colors of #e11edf

#e11edf #dfe11e #1edfe1

Analogous Colors of #e11edf

#e11edf #e11e7e #821ee1

Monochromatic Colors of #e11edf

#e11edf

Complementary Color

#e11edf #1ee120

#e11edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11edf Color CSS Codes

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

#e11edf Text Font Color

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

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


#e11edf Background Color

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

This div background color is #e11edf


#e11edf Border Color

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

This div border color is #e11edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11edf


Comments

No comments written yet.

Please login to write comment.