Color Hex Logo

#e775fa Color Hex

#E775FA
(231,117,250)
0 Favorites   0 Comments

Color spaces of #e775fa

RGB 231117250
HSL0.810.930.72
HSV291°53°98°
CMYK 0.080.530.00   0.02
XYZ56.571636.613694.5280
Yxy36.61360.30140.1951
Hunter Lab60.509260.9932-50.2670
CIE-Lab66.986162.8890-47.7139

#e775fa color RGB value is (231,117,250).

#e775fa hex color red value is 231, green value is 117 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e775fa hue: 0.81 , saturation: 0.93 and the lightness value of e775fa is 0.72.

The process color (four color CMYK) of #e775fa color hex is 0.08, 0.53, 0.00, 0.02. Web safe color of #e775fa is #ff66ff. Color #e775fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110101 11111010
Octal 347 165 372
Decimal 231 117 250
Hex E7 75 FA

RGB Percentages of Color #e775fa

%38.63
%19.57
%41.81

CMYK Percentages of Color #e775fa

%8
%53
%0
%2

Triadic Colors of #e775fa

#e775fa #fae775 #75fae7

Analogous Colors of #e775fa

#e775fa #fa75cb #a575fa

Monochromatic Colors of #e775fa

#e775fa

Complementary Color

#e775fa #88fa75

#e775fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e775fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e775fa Color CSS Codes

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

#e775fa Text Font Color

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

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


#e775fa Background Color

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

This div background color is #e775fa


#e775fa Border Color

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

This div border color is #e775fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e775fa

Related Colors


Comments

No comments written yet.

Please login to write comment.