Color Hex Logo

#e454fc Color Hex

#E454FC
(228,84,252)
0 Favorites   0 Comments

Color spaces of #e454fc

RGB 22884252
HSL0.810.970.66
HSV291°67°99°
CMYK 0.100.670.00   0.01
XYZ52.735929.862995.0801
Yxy29.86290.29680.1681
Hunter Lab54.647076.6255-64.9056
CIE-Lab61.535776.6530-57.4819

#e454fc color RGB value is (228,84,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01010100 11111100
Octal 344 124 374
Decimal 228 84 252
Hex E4 54 FC

RGB Percentages of Color #e454fc

%40.43
%14.89
%44.68

CMYK Percentages of Color #e454fc

%10
%67
%0
%1

Triadic Colors of #e454fc

#e454fc #fce454 #54fce4

Analogous Colors of #e454fc

#e454fc #fc54c0 #9054fc

Monochromatic Colors of #e454fc

#e454fc

Complementary Color

#e454fc #6cfc54

#e454fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e454fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e454fc Color CSS Codes

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

#e454fc Text Font Color

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

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


#e454fc Background Color

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

This div background color is #e454fc


#e454fc Border Color

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

This div border color is #e454fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e454fc


Comments

No comments written yet.

Please login to write comment.