Color Hex Logo

#e11fdd Color Hex

#E11FDD
(225,31,221)
0 Favorites   0 Comments

Color spaces of #e11fdd

RGB 22531221
HSL0.840.760.50
HSV301°86°88°
CMYK 0.000.860.02   0.12
XYZ44.592522.208070.3429
Yxy22.20800.32520.1619
Hunter Lab47.125486.4367-55.5130
CIE-Lab54.247085.7292-51.7799

#e11fdd color RGB value is (225,31,221).

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

The process color (four color CMYK) of #e11fdd color hex is 0.00, 0.86, 0.02, 0.12. Web safe color of #e11fdd is #cc33cc. Color #e11fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011111 11011101
Octal 341 37 335
Decimal 225 31 221
Hex E1 1F DD

RGB Percentages of Color #e11fdd

%47.17
%6.50
%46.33

CMYK Percentages of Color #e11fdd

%0
%86
%2
%12

Triadic Colors of #e11fdd

#e11fdd #dde11f #1fdde1

Analogous Colors of #e11fdd

#e11fdd #e11f7c #841fe1

Monochromatic Colors of #e11fdd

#e11fdd

Complementary Color

#e11fdd #1fe123

#e11fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11fdd Color CSS Codes

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

#e11fdd Text Font Color

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

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


#e11fdd Background Color

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

This div background color is #e11fdd


#e11fdd Border Color

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

This div border color is #e11fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11fdd


Comments

No comments written yet.

Please login to write comment.