Color Hex Logo

#e566fc Color Hex

#E566FC
(229,102,252)
0 Favorites   0 Comments

Color spaces of #e566fc

RGB 229102252
HSL0.810.960.69
HSV291°60°99°
CMYK 0.090.600.00   0.01
XYZ54.635233.189095.6220
Yxy33.18900.29780.1809
Hunter Lab57.609968.4658-58.0837
CIE-Lab64.313769.5537-53.0548

#e566fc color RGB value is (229,102,252).

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

The process color (four color CMYK) of #e566fc color hex is 0.09, 0.60, 0.00, 0.01. Web safe color of #e566fc is #cc66ff. Color #e566fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100110 11111100
Octal 345 146 374
Decimal 229 102 252
Hex E5 66 FC

RGB Percentages of Color #e566fc

%39.28
%17.50
%43.22

CMYK Percentages of Color #e566fc

%9
%60
%0
%1

Triadic Colors of #e566fc

#e566fc #fce566 #66fce5

Analogous Colors of #e566fc

#e566fc #fc66c8 #9a66fc

Monochromatic Colors of #e566fc

#e566fc

Complementary Color

#e566fc #7dfc66

#e566fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e566fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e566fc Color CSS Codes

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

#e566fc Text Font Color

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

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


#e566fc Background Color

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

This div background color is #e566fc


#e566fc Border Color

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

This div border color is #e566fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e566fc


Comments

No comments written yet.

Please login to write comment.