Color Hex Logo

#e76fde Color Hex

#E76FDE
(231,111,222)
0 Favorites   0 Comments

Color spaces of #e76fde

RGB 231111222
HSL0.850.710.67
HSV305°52°91°
CMYK 0.000.520.04   0.09
XYZ51.824333.631772.8674
Yxy33.63170.32730.2124
Hunter Lab57.992858.0260-33.9023
CIE-Lab64.669260.7658-35.8547

#e76fde color RGB value is (231,111,222).

#e76fde hex color red value is 231, green value is 111 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e76fde hue: 0.85 , saturation: 0.71 and the lightness value of e76fde is 0.67.

The process color (four color CMYK) of #e76fde color hex is 0.00, 0.52, 0.04, 0.09. Web safe color of #e76fde is #ff66cc. Color #e76fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101111 11011110
Octal 347 157 336
Decimal 231 111 222
Hex E7 6F DE

RGB Percentages of Color #e76fde

%40.96
%19.68
%39.36

CMYK Percentages of Color #e76fde

%0
%52
%4
%9

Triadic Colors of #e76fde

#e76fde #dee76f #6fdee7

Analogous Colors of #e76fde

#e76fde #e76fa2 #b46fe7

Monochromatic Colors of #e76fde

#e76fde

Complementary Color

#e76fde #6fe778

#e76fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76fde Color CSS Codes

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

#e76fde Text Font Color

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

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


#e76fde Background Color

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

This div background color is #e76fde


#e76fde Border Color

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

This div border color is #e76fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76fde


Comments

No comments written yet.

Please login to write comment.