Color Hex Logo

#e76dcf Color Hex

#E76DCF
(231,109,207)
0 Favorites   0 Comments

Color spaces of #e76dcf

RGB 231109207
HSL0.870.720.67
HSV312°53°91°
CMYK 0.000.530.10   0.09
XYZ49.686132.431262.6726
Yxy32.43120.34320.2240
Hunter Lab56.948456.0772-25.3857
CIE-Lab63.697759.2564-28.9580

#e76dcf color RGB value is (231,109,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101101 11001111
Octal 347 155 317
Decimal 231 109 207
Hex E7 6D CF

RGB Percentages of Color #e76dcf

%42.23
%19.93
%37.84

CMYK Percentages of Color #e76dcf

%0
%53
%10
%9

Triadic Colors of #e76dcf

#e76dcf #cfe76d #6dcfe7

Analogous Colors of #e76dcf

#e76dcf #e76d92 #c26de7

Monochromatic Colors of #e76dcf

#e76dcf

Complementary Color

#e76dcf #6de785

#e76dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76dcf Color CSS Codes

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

#e76dcf Text Font Color

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

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


#e76dcf Background Color

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

This div background color is #e76dcf


#e76dcf Border Color

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

This div border color is #e76dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76dcf


Comments

No comments written yet.

Please login to write comment.