Color Hex Logo

#e11cea Color Hex

#E11CEA
(225,28,234)
0 Favorites   0 Comments

Color spaces of #e11cea

RGB 22528234
HSL0.830.830.51
HSV297°88°92°
CMYK 0.040.880.00   0.08
XYZ46.317922.778679.7974
Yxy22.77860.31110.1530
Hunter Lab47.726989.7081-65.7215
CIE-Lab54.843688.1055-58.1741

#e11cea color RGB value is (225,28,234).

#e11cea hex color red value is 225, green value is 28 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e11cea hue: 0.83 , saturation: 0.83 and the lightness value of e11cea is 0.51.

The process color (four color CMYK) of #e11cea color hex is 0.04, 0.88, 0.00, 0.08. Web safe color of #e11cea is #cc33ff. Color #e11cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011100 11101010
Octal 341 34 352
Decimal 225 28 234
Hex E1 1C EA

RGB Percentages of Color #e11cea

%46.20
%5.75
%48.05

CMYK Percentages of Color #e11cea

%4
%88
%0
%8

Triadic Colors of #e11cea

#e11cea #eae11c #1ceae1

Analogous Colors of #e11cea

#e11cea #ea1c8c #7a1cea

Monochromatic Colors of #e11cea

#e11cea

Complementary Color

#e11cea #25ea1c

#e11cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11cea Color CSS Codes

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

#e11cea Text Font Color

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

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


#e11cea Background Color

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

This div background color is #e11cea


#e11cea Border Color

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

This div border color is #e11cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11cea


Comments

No comments written yet.

Please login to write comment.