Color Hex Logo

#e775fc Color Hex

#E775FC
(231,117,252)
0 Favorites   0 Comments

Color spaces of #e775fc

RGB 231117252
HSL0.810.960.72
HSV291°54°99°
CMYK 0.080.540.00   0.01
XYZ56.887036.739896.1887
Yxy36.73980.29970.1936
Hunter Lab60.613461.4529-51.6593
CIE-Lab67.081463.2587-48.6606

#e775fc color RGB value is (231,117,252).

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

The process color (four color CMYK) of #e775fc color hex is 0.08, 0.54, 0.00, 0.01. Web safe color of #e775fc is #ff66ff. Color #e775fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110101 11111100
Octal 347 165 374
Decimal 231 117 252
Hex E7 75 FC

RGB Percentages of Color #e775fc

%38.50
%19.50
%42.00

CMYK Percentages of Color #e775fc

%8
%54
%0
%1

Triadic Colors of #e775fc

#e775fc #fce775 #75fce7

Analogous Colors of #e775fc

#e775fc #fc75ce #a475fc

Monochromatic Colors of #e775fc

#e775fc

Complementary Color

#e775fc #8afc75

#e775fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e775fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e775fc Color CSS Codes

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

#e775fc Text Font Color

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

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


#e775fc Background Color

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

This div background color is #e775fc


#e775fc Border Color

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

This div border color is #e775fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e775fc


Comments

No comments written yet.

Please login to write comment.