Color Hex Logo

#e01cea Color Hex

#E01CEA
(224,28,234)
0 Favorites   0 Comments

Color spaces of #e01cea

RGB 22428234
HSL0.830.830.51
HSV297°88°92°
CMYK 0.040.880.00   0.08
XYZ46.007022.618379.7828
Yxy22.61830.31000.1524
Hunter Lab47.558789.4483-66.1717
CIE-Lab54.677087.9412-58.4503

#e01cea color RGB value is (224,28,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00011100 11101010
Octal 340 34 352
Decimal 224 28 234
Hex E0 1C EA

RGB Percentages of Color #e01cea

%46.09
%5.76
%48.15

CMYK Percentages of Color #e01cea

%4
%88
%0
%8

Triadic Colors of #e01cea

#e01cea #eae01c #1ceae0

Analogous Colors of #e01cea

#e01cea #ea1c8d #791cea

Monochromatic Colors of #e01cea

#e01cea

Complementary Color

#e01cea #26ea1c

#e01cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e01cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e01cea Color CSS Codes

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

#e01cea Text Font Color

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

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


#e01cea Background Color

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

This div background color is #e01cea


#e01cea Border Color

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

This div border color is #e01cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e01cea


Comments

No comments written yet.

Please login to write comment.