Color Hex Logo

#e054fc Color Hex

#E054FC
(224,84,252)
0 Favorites   0 Comments

Color spaces of #e054fc

RGB 22484252
HSL0.810.970.66
HSV290°67°99°
CMYK 0.110.670.00   0.01
XYZ51.481529.216295.0214
Yxy29.21620.29300.1663
Hunter Lab54.052075.4202-66.3932
CIE-Lab60.972075.7994-58.4145

#e054fc color RGB value is (224,84,252).

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

The process color (four color CMYK) of #e054fc color hex is 0.11, 0.67, 0.00, 0.01. Web safe color of #e054fc is #cc66ff. Color #e054fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01010100 11111100
Octal 340 124 374
Decimal 224 84 252
Hex E0 54 FC

RGB Percentages of Color #e054fc

%40.00
%15.00
%45.00

CMYK Percentages of Color #e054fc

%11
%67
%0
%1

Triadic Colors of #e054fc

#e054fc #fce054 #54fce0

Analogous Colors of #e054fc

#e054fc #fc54c4 #8c54fc

Monochromatic Colors of #e054fc

#e054fc

Complementary Color

#e054fc #70fc54

#e054fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e054fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e054fc Color CSS Codes

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

#e054fc Text Font Color

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

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


#e054fc Background Color

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

This div background color is #e054fc


#e054fc Border Color

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

This div border color is #e054fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e054fc


Comments

No comments written yet.

Please login to write comment.