Color Hex Logo

#e11cdf Color Hex

#E11CDF
(225,28,223)
0 Favorites   0 Comments

Color spaces of #e11cdf

RGB 22528223
HSL0.840.780.50
HSV301°88°88°
CMYK 0.000.880.01   0.12
XYZ44.785922.165871.7300
Yxy22.16580.32290.1598
Hunter Lab47.080687.4091-57.3754
CIE-Lab54.202586.4820-52.9857

#e11cdf color RGB value is (225,28,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011100 11011111
Octal 341 34 337
Decimal 225 28 223
Hex E1 1C DF

RGB Percentages of Color #e11cdf

%47.27
%5.88
%46.85

CMYK Percentages of Color #e11cdf

%0
%88
%1
%12

Triadic Colors of #e11cdf

#e11cdf #dfe11c #1cdfe1

Analogous Colors of #e11cdf

#e11cdf #e11c7d #811ce1

Monochromatic Colors of #e11cdf

#e11cdf

Complementary Color

#e11cdf #1ce11e

#e11cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11cdf Color CSS Codes

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

#e11cdf Text Font Color

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

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


#e11cdf Background Color

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

This div background color is #e11cdf


#e11cdf Border Color

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

This div border color is #e11cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11cdf


Comments

No comments written yet.

Please login to write comment.