Color Hex Logo

#e582fa Color Hex

#E582FA
(229,130,250)
0 Favorites   0 Comments

Color spaces of #e582fa

RGB 229130250
HSL0.800.920.75
HSV290°48°98°
CMYK 0.080.480.00   0.02
XYZ57.551039.525495.0384
Yxy39.52540.29960.2057
Hunter Lab62.869253.3792-45.6193
CIE-Lab69.130256.0608-44.3601

#e582fa color RGB value is (229,130,250).

#e582fa hex color red value is 229, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e582fa hue: 0.80 , saturation: 0.92 and the lightness value of e582fa is 0.75.

The process color (four color CMYK) of #e582fa color hex is 0.08, 0.48, 0.00, 0.02. Web safe color of #e582fa is #cc99ff. Color #e582fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000010 11111010
Octal 345 202 372
Decimal 229 130 250
Hex E5 82 FA

RGB Percentages of Color #e582fa

%37.60
%21.35
%41.05

CMYK Percentages of Color #e582fa

%8
%48
%0
%2

Triadic Colors of #e582fa

#e582fa #fae582 #82fae5

Analogous Colors of #e582fa

#e582fa #fa82d3 #a982fa

Monochromatic Colors of #e582fa

#e582fa

Complementary Color

#e582fa #97fa82

#e582fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e582fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e582fa Color CSS Codes

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

#e582fa Text Font Color

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

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


#e582fa Background Color

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

This div background color is #e582fa


#e582fa Border Color

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

This div border color is #e582fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e582fa


Comments

No comments written yet.

Please login to write comment.