Color Hex Logo

#e76fff Color Hex

#E76FFF
(231,111,255)
0 Favorites   0 Comments

Color spaces of #e76fff

RGB 231111255
HSL0.811.000.72
HSV290°56°100°
CMYK 0.090.560.00   0.00
XYZ56.689435.577898.4871
Yxy35.57780.29720.1865
Hunter Lab59.647165.2662-56.1444
CIE-Lab66.196166.5862-51.7034

#e76fff color RGB value is (231,111,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101111 11111111
Octal 347 157 377
Decimal 231 111 255
Hex E7 6F FF

RGB Percentages of Color #e76fff

%38.69
%18.59
%42.71

CMYK Percentages of Color #e76fff

%9
%56
%0
%0

Triadic Colors of #e76fff

#e76fff #ffe76f #6fffe7

Analogous Colors of #e76fff

#e76fff #ff6fcf #9f6fff

Monochromatic Colors of #e76fff

#e76fff

Complementary Color

#e76fff #87ff6f

#e76fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76fff Color CSS Codes

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

#e76fff Text Font Color

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

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


#e76fff Background Color

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

This div background color is #e76fff


#e76fff Border Color

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

This div border color is #e76fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76fff


Comments

No comments written yet.

Please login to write comment.