Color Hex Logo

#e76fda Color Hex

#E76FDA
(231,111,218)
0 Favorites   0 Comments

Color spaces of #e76fda

RGB 231111218
HSL0.850.710.67
HSV307°52°91°
CMYK 0.000.520.06   0.09
XYZ51.294333.419870.0768
Yxy33.41980.33140.2159
Hunter Lab57.809957.2146-31.4041
CIE-Lab64.499460.1003-33.8850

#e76fda color RGB value is (231,111,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101111 11011010
Octal 347 157 332
Decimal 231 111 218
Hex E7 6F DA

RGB Percentages of Color #e76fda

%41.25
%19.82
%38.93

CMYK Percentages of Color #e76fda

%0
%52
%6
%9

Triadic Colors of #e76fda

#e76fda #dae76f #6fdae7

Analogous Colors of #e76fda

#e76fda #e76f9e #b86fe7

Monochromatic Colors of #e76fda

#e76fda

Complementary Color

#e76fda #6fe77c

#e76fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76fda Color CSS Codes

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

#e76fda Text Font Color

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

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


#e76fda Background Color

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

This div background color is #e76fda


#e76fda Border Color

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

This div border color is #e76fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76fda


Comments

No comments written yet.

Please login to write comment.