Color Hex Logo

#e460fc Color Hex

#E460FC
(228,96,252)
0 Favorites   0 Comments

Color spaces of #e460fc

RGB 22896252
HSL0.810.960.68
HSV291°62°99°
CMYK 0.100.620.00   0.01
XYZ53.748531.888095.4176
Yxy31.88800.29690.1761
Hunter Lab56.469571.0775-60.6549
CIE-Lab63.250271.8762-54.7518

#e460fc color RGB value is (228,96,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100000 11111100
Octal 344 140 374
Decimal 228 96 252
Hex E4 60 FC

RGB Percentages of Color #e460fc

%39.58
%16.67
%43.75

CMYK Percentages of Color #e460fc

%10
%62
%0
%1

Triadic Colors of #e460fc

#e460fc #fce460 #60fce4

Analogous Colors of #e460fc

#e460fc #fc60c6 #9660fc

Monochromatic Colors of #e460fc

#e460fc

Complementary Color

#e460fc #78fc60

#e460fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e460fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e460fc Color CSS Codes

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

#e460fc Text Font Color

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

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


#e460fc Background Color

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

This div background color is #e460fc


#e460fc Border Color

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

This div border color is #e460fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e460fc

Related Colors


Comments

No comments written yet.

Please login to write comment.