Color Hex Logo

#e76cfe Color Hex

#E76CFE
(231,108,254)
0 Favorites   0 Comments

Color spaces of #e76cfe

RGB 231108254
HSL0.810.990.71
HSV291°57°100°
CMYK 0.090.570.00   0.00
XYZ56.207034.869897.5340
Yxy34.86980.29800.1849
Hunter Lab59.050766.5655-56.5939
CIE-Lab65.647267.7549-52.0238

#e76cfe color RGB value is (231,108,254).

#e76cfe hex color red value is 231, green value is 108 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e76cfe hue: 0.81 , saturation: 0.99 and the lightness value of e76cfe is 0.71.

The process color (four color CMYK) of #e76cfe color hex is 0.09, 0.57, 0.00, 0.00. Web safe color of #e76cfe is #ff66ff. Color #e76cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101100 11111110
Octal 347 154 376
Decimal 231 108 254
Hex E7 6C FE

RGB Percentages of Color #e76cfe

%38.95
%18.21
%42.83

CMYK Percentages of Color #e76cfe

%9
%57
%0
%0

Triadic Colors of #e76cfe

#e76cfe #fee76c #6cfee7

Analogous Colors of #e76cfe

#e76cfe #fe6ccc #9e6cfe

Monochromatic Colors of #e76cfe

#e76cfe

Complementary Color

#e76cfe #83fe6c

#e76cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76cfe Color CSS Codes

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

#e76cfe Text Font Color

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

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


#e76cfe Background Color

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

This div background color is #e76cfe


#e76cfe Border Color

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

This div border color is #e76cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,108,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e76cfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76cfe


Comments

No comments written yet.

Please login to write comment.