Color Hex Logo

#e566fa Color Hex

#E566FA
(229,102,250)
0 Favorites   0 Comments

Color spaces of #e566fa

RGB 229102250
HSL0.810.940.69
HSV291°59°98°
CMYK 0.080.590.00   0.02
XYZ54.319833.062993.9613
Yxy33.06290.29950.1823
Hunter Lab57.500368.0009-56.6355
CIE-Lab64.211869.1911-52.1152

#e566fa color RGB value is (229,102,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100110 11111010
Octal 345 146 372
Decimal 229 102 250
Hex E5 66 FA

RGB Percentages of Color #e566fa

%39.41
%17.56
%43.03

CMYK Percentages of Color #e566fa

%8
%59
%0
%2

Triadic Colors of #e566fa

#e566fa #fae566 #66fae5

Analogous Colors of #e566fa

#e566fa #fa66c5 #9b66fa

Monochromatic Colors of #e566fa

#e566fa

Complementary Color

#e566fa #7bfa66

#e566fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e566fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e566fa Color CSS Codes

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

#e566fa Text Font Color

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

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


#e566fa Background Color

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

This div background color is #e566fa


#e566fa Border Color

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

This div border color is #e566fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e566fa

Related Colors


Comments

No comments written yet.

Please login to write comment.