Color Hex Logo

#e028fc Color Hex

#E028FC
(224,40,252)
0 Favorites   0 Comments

Color spaces of #e028fc

RGB 22440252
HSL0.810.970.57
HSV292°84°99°
CMYK 0.110.840.00   0.01
XYZ49.069924.393294.2175
Yxy24.39320.29260.1455
Hunter Lab49.389590.9134-78.5315
CIE-Lab56.479388.6979-65.6199

#e028fc color RGB value is (224,40,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101000 11111100
Octal 340 50 374
Decimal 224 40 252
Hex E0 28 FC

RGB Percentages of Color #e028fc

%43.41
%7.75
%48.84

CMYK Percentages of Color #e028fc

%11
%84
%0
%1

Triadic Colors of #e028fc

#e028fc #fce028 #28fce0

Analogous Colors of #e028fc

#e028fc #fc28ae #7628fc

Monochromatic Colors of #e028fc

#e028fc

Complementary Color

#e028fc #44fc28

#e028fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e028fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e028fc Color CSS Codes

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

#e028fc Text Font Color

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

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


#e028fc Background Color

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

This div background color is #e028fc


#e028fc Border Color

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

This div border color is #e028fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e028fc

Related Colors


Comments

No comments written yet.

Please login to write comment.