Color Hex Logo

#e560fa Color Hex

#E560FA
(229,96,250)
0 Favorites   0 Comments

Color spaces of #e560fa

RGB 22996250
HSL0.810.940.68
HSV292°62°98°
CMYK 0.080.620.00   0.02
XYZ53.751331.925993.7718
Yxy31.92590.29950.1779
Hunter Lab56.503070.9267-58.8450
CIE-Lab63.281671.7481-53.5909

#e560fa color RGB value is (229,96,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100000 11111010
Octal 345 140 372
Decimal 229 96 250
Hex E5 60 FA

RGB Percentages of Color #e560fa

%39.83
%16.70
%43.48

CMYK Percentages of Color #e560fa

%8
%62
%0
%2

Triadic Colors of #e560fa

#e560fa #fae560 #60fae5

Analogous Colors of #e560fa

#e560fa #fa60c2 #9860fa

Monochromatic Colors of #e560fa

#e560fa

Complementary Color

#e560fa #75fa60

#e560fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e560fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e560fa Color CSS Codes

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

#e560fa Text Font Color

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

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


#e560fa Background Color

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

This div background color is #e560fa


#e560fa Border Color

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

This div border color is #e560fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e560fa


Comments

No comments written yet.

Please login to write comment.