Color Hex Logo

#e060fa Color Hex

#E060FA
(224,96,250)
0 Favorites   0 Comments

Color spaces of #e060fa

RGB 22496250
HSL0.810.940.68
HSV290°62°98°
CMYK 0.100.620.00   0.02
XYZ52.178731.115293.6982
Yxy31.11520.29480.1758
Hunter Lab55.781069.3558-60.5457
CIE-Lab62.604870.5931-54.7081

#e060fa color RGB value is (224,96,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100000 11111010
Octal 340 140 372
Decimal 224 96 250
Hex E0 60 FA

RGB Percentages of Color #e060fa

%39.30
%16.84
%43.86

CMYK Percentages of Color #e060fa

%10
%62
%0
%2

Triadic Colors of #e060fa

#e060fa #fae060 #60fae0

Analogous Colors of #e060fa

#e060fa #fa60c7 #9360fa

Monochromatic Colors of #e060fa

#e060fa

Complementary Color

#e060fa #7afa60

#e060fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e060fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e060fa Color CSS Codes

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

#e060fa Text Font Color

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

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


#e060fa Background Color

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

This div background color is #e060fa


#e060fa Border Color

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

This div border color is #e060fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e060fa

Related Colors


Comments

No comments written yet.

Please login to write comment.