Color Hex Logo

#e76dda Color Hex

#E76DDA
(231,109,218)
0 Favorites   0 Comments

Color spaces of #e76dda

RGB 231109218
HSL0.850.720.67
HSV306°53°91°
CMYK 0.000.530.06   0.09
XYZ51.078532.988270.0049
Yxy32.98820.33150.2141
Hunter Lab57.435458.2320-32.0607
CIE-Lab64.151461.0288-34.4260

#e76dda color RGB value is (231,109,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101101 11011010
Octal 347 155 332
Decimal 231 109 218
Hex E7 6D DA

RGB Percentages of Color #e76dda

%41.40
%19.53
%39.07

CMYK Percentages of Color #e76dda

%0
%53
%6
%9

Triadic Colors of #e76dda

#e76dda #dae76d #6ddae7

Analogous Colors of #e76dda

#e76dda #e76d9d #b76de7

Monochromatic Colors of #e76dda

#e76dda

Complementary Color

#e76dda #6de77a

#e76dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76dda Color CSS Codes

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

#e76dda Text Font Color

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

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


#e76dda Background Color

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

This div background color is #e76dda


#e76dda Border Color

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

This div border color is #e76dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76dda


Comments

No comments written yet.

Please login to write comment.