Color Hex Logo

#e030fc Color Hex

#E030FC
(224,48,252)
0 Favorites   0 Comments

Color spaces of #e030fc

RGB 22448252
HSL0.810.970.59
HSV292°81°99°
CMYK 0.110.810.00   0.01
XYZ49.368124.989594.3169
Yxy24.98950.29270.1482
Hunter Lab49.989588.7995-76.8718
CIE-Lab57.065286.9836-64.6769

#e030fc color RGB value is (224,48,252).

#e030fc hex color red value is 224, green value is 48 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e030fc hue: 0.81 , saturation: 0.97 and the lightness value of e030fc is 0.59.

The process color (four color CMYK) of #e030fc color hex is 0.11, 0.81, 0.00, 0.01. Web safe color of #e030fc is #cc33ff. Color #e030fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 11111100
Octal 340 60 374
Decimal 224 48 252
Hex E0 30 FC

RGB Percentages of Color #e030fc

%42.75
%9.16
%48.09

CMYK Percentages of Color #e030fc

%11
%81
%0
%1

Triadic Colors of #e030fc

#e030fc #fce030 #30fce0

Analogous Colors of #e030fc

#e030fc #fc30b2 #7a30fc

Monochromatic Colors of #e030fc

#e030fc

Complementary Color

#e030fc #4cfc30

#e030fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e030fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e030fc Color CSS Codes

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

#e030fc Text Font Color

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

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


#e030fc Background Color

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

This div background color is #e030fc


#e030fc Border Color

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

This div border color is #e030fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,48,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e030fc


Comments

No comments written yet.

Please login to write comment.