Color Hex Logo

#e76dce Color Hex

#E76DCE
(231,109,206)
0 Favorites   0 Comments

Color spaces of #e76dce

RGB 231109206
HSL0.870.720.67
HSV312°53°91°
CMYK 0.000.530.11   0.09
XYZ49.564232.382462.0306
Yxy32.38240.34430.2249
Hunter Lab56.905555.8872-24.7959
CIE-Lab63.657759.0991-28.4569

#e76dce color RGB value is (231,109,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101101 11001110
Octal 347 155 316
Decimal 231 109 206
Hex E7 6D CE

RGB Percentages of Color #e76dce

%42.31
%19.96
%37.73

CMYK Percentages of Color #e76dce

%0
%53
%11
%9

Triadic Colors of #e76dce

#e76dce #cee76d #6dcee7

Analogous Colors of #e76dce

#e76dce #e76d91 #c36de7

Monochromatic Colors of #e76dce

#e76dce

Complementary Color

#e76dce #6de786

#e76dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76dce Color CSS Codes

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

#e76dce Text Font Color

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

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


#e76dce Background Color

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

This div background color is #e76dce


#e76dce Border Color

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

This div border color is #e76dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76dce


Comments

No comments written yet.

Please login to write comment.