Color Hex Logo

#e76dff Color Hex

#E76DFF
(231,109,255)
0 Favorites   0 Comments

Color spaces of #e76dff

RGB 231109255
HSL0.811.000.71
HSV290°57°100°
CMYK 0.090.570.00   0.00
XYZ56.473635.146298.4151
Yxy35.14620.29720.1849
Hunter Lab59.284266.2900-56.9257
CIE-Lab65.862367.4899-52.2317

#e76dff color RGB value is (231,109,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101101 11111111
Octal 347 155 377
Decimal 231 109 255
Hex E7 6D FF

RGB Percentages of Color #e76dff

%38.82
%18.32
%42.86

CMYK Percentages of Color #e76dff

%9
%57
%0
%0

Triadic Colors of #e76dff

#e76dff #ffe76d #6dffe7

Analogous Colors of #e76dff

#e76dff #ff6dce #9e6dff

Monochromatic Colors of #e76dff

#e76dff

Complementary Color

#e76dff #85ff6d

#e76dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76dff Color CSS Codes

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

#e76dff Text Font Color

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

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


#e76dff Background Color

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

This div background color is #e76dff


#e76dff Border Color

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

This div border color is #e76dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76dff


Comments

No comments written yet.

Please login to write comment.