Color Hex Logo

#e11ddf Color Hex

#E11DDF
(225,29,223)
0 Favorites   0 Comments

Color spaces of #e11ddf

RGB 22529223
HSL0.840.770.50
HSV301°87°88°
CMYK 0.000.870.01   0.12
XYZ44.810022.214071.7380
Yxy22.21400.32290.1601
Hunter Lab47.131787.2265-57.2516
CIE-Lab54.253386.3326-52.9045

#e11ddf color RGB value is (225,29,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011101 11011111
Octal 341 35 337
Decimal 225 29 223
Hex E1 1D DF

RGB Percentages of Color #e11ddf

%47.17
%6.08
%46.75

CMYK Percentages of Color #e11ddf

%0
%87
%1
%12

Triadic Colors of #e11ddf

#e11ddf #dfe11d #1ddfe1

Analogous Colors of #e11ddf

#e11ddf #e11d7d #811de1

Monochromatic Colors of #e11ddf

#e11ddf

Complementary Color

#e11ddf #1de11f

#e11ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11ddf Color CSS Codes

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

#e11ddf Text Font Color

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

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


#e11ddf Background Color

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

This div background color is #e11ddf


#e11ddf Border Color

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

This div border color is #e11ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,29,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 #e11ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11ddf


Comments

No comments written yet.

Please login to write comment.