Color Hex Logo

#e77dbf Color Hex

#E77DBF
(231,125,191)
0 Favorites   0 Comments

Color spaces of #e77dbf

RGB 231125191
HSL0.900.690.70
HSV323°46°91°
CMYK 0.000.460.17   0.09
XYZ49.692635.417753.5074
Yxy35.41770.35850.2555
Hunter Lab59.512844.8985-11.6482
CIE-Lab66.072649.0373-16.3225

#e77dbf color RGB value is (231,125,191).

#e77dbf hex color red value is 231, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e77dbf hue: 0.90 , saturation: 0.69 and the lightness value of e77dbf is 0.70.

The process color (four color CMYK) of #e77dbf color hex is 0.00, 0.46, 0.17, 0.09. Web safe color of #e77dbf is #ff66cc. Color #e77dbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111101 10111111
Octal 347 175 277
Decimal 231 125 191
Hex E7 7D BF

RGB Percentages of Color #e77dbf

%42.23
%22.85
%34.92

CMYK Percentages of Color #e77dbf

%0
%46
%17
%9

Triadic Colors of #e77dbf

#e77dbf #bfe77d #7dbfe7

Analogous Colors of #e77dbf

#e77dbf #e77d8a #da7de7

Monochromatic Colors of #e77dbf

#e77dbf

Complementary Color

#e77dbf #7de7a5

#e77dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77dbf Color CSS Codes

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

#e77dbf Text Font Color

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

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


#e77dbf Background Color

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

This div background color is #e77dbf


#e77dbf Border Color

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

This div border color is #e77dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77dbf


Comments

No comments written yet.

Please login to write comment.