Color Hex Logo

#e76dca Color Hex

#E76DCA
(231,109,202)
0 Favorites   0 Comments

Color spaces of #e76dca

RGB 231109202
HSL0.870.720.67
HSV314°53°91°
CMYK 0.000.530.13   0.09
XYZ49.084332.190559.5035
Yxy32.19050.34870.2287
Hunter Lab56.736755.1356-22.4657
CIE-Lab63.500058.4756-26.4460

#e76dca color RGB value is (231,109,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101101 11001010
Octal 347 155 312
Decimal 231 109 202
Hex E7 6D CA

RGB Percentages of Color #e76dca

%42.62
%20.11
%37.27

CMYK Percentages of Color #e76dca

%0
%53
%13
%9

Triadic Colors of #e76dca

#e76dca #cae76d #6dcae7

Analogous Colors of #e76dca

#e76dca #e76d8d #c76de7

Monochromatic Colors of #e76dca

#e76dca

Complementary Color

#e76dca #6de78a

#e76dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76dca Color CSS Codes

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

#e76dca Text Font Color

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

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


#e76dca Background Color

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

This div background color is #e76dca


#e76dca Border Color

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

This div border color is #e76dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76dca


Comments

No comments written yet.

Please login to write comment.