Color Hex Logo

#e565fa Color Hex

#E565FA
(229,101,250)
0 Favorites   0 Comments

Color spaces of #e565fa

RGB 229101250
HSL0.810.940.69
HSV292°60°98°
CMYK 0.080.600.00   0.02
XYZ54.222132.867593.9287
Yxy32.86750.29950.1816
Hunter Lab57.330268.4950-57.0085
CIE-Lab64.053569.6247-52.3661

#e565fa color RGB value is (229,101,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 11111010
Octal 345 145 372
Decimal 229 101 250
Hex E5 65 FA

RGB Percentages of Color #e565fa

%39.48
%17.41
%43.10

CMYK Percentages of Color #e565fa

%8
%60
%0
%2

Triadic Colors of #e565fa

#e565fa #fae565 #65fae5

Analogous Colors of #e565fa

#e565fa #fa65c5 #9b65fa

Monochromatic Colors of #e565fa

#e565fa

Complementary Color

#e565fa #7afa65

#e565fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e565fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e565fa Color CSS Codes

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

#e565fa Text Font Color

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

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


#e565fa Background Color

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

This div background color is #e565fa


#e565fa Border Color

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

This div border color is #e565fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e565fa

Related Colors


Comments

No comments written yet.

Please login to write comment.