Color Hex Logo

#e11cd3 Color Hex

#E11CD3
(225,28,211)
0 Favorites   0 Comments

Color spaces of #e11cd3

RGB 22528211
HSL0.850.780.50
HSV304°88°88°
CMYK 0.000.880.06   0.12
XYZ43.224521.541263.5077
Yxy21.54120.33700.1679
Hunter Lab46.412585.0173-48.6396
CIE-Lab53.536884.7762-47.2124

#e11cd3 color RGB value is (225,28,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011100 11010011
Octal 341 34 323
Decimal 225 28 211
Hex E1 1C D3

RGB Percentages of Color #e11cd3

%48.49
%6.03
%45.47

CMYK Percentages of Color #e11cd3

%0
%88
%6
%12

Triadic Colors of #e11cd3

#e11cd3 #d3e11c #1cd3e1

Analogous Colors of #e11cd3

#e11cd3 #e11c71 #8d1ce1

Monochromatic Colors of #e11cd3

#e11cd3

Complementary Color

#e11cd3 #1ce12a

#e11cd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11cd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11cd3 Color CSS Codes

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

#e11cd3 Text Font Color

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

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


#e11cd3 Background Color

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

This div background color is #e11cd3


#e11cd3 Border Color

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

This div border color is #e11cd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11cd3


Comments

No comments written yet.

Please login to write comment.