Color Hex Logo

#e77dbd Color Hex

#E77DBD
(231,125,189)
0 Favorites   0 Comments

Color spaces of #e77dbd

RGB 231125189
HSL0.900.690.70
HSV324°46°91°
CMYK 0.000.460.18   0.09
XYZ49.473935.330352.3560
Yxy35.33030.36070.2576
Hunter Lab59.439344.5545-10.6170
CIE-Lab66.005048.7367-15.2987

#e77dbd color RGB value is (231,125,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111101 10111101
Octal 347 175 275
Decimal 231 125 189
Hex E7 7D BD

RGB Percentages of Color #e77dbd

%42.39
%22.94
%34.68

CMYK Percentages of Color #e77dbd

%0
%46
%18
%9

Triadic Colors of #e77dbd

#e77dbd #bde77d #7dbde7

Analogous Colors of #e77dbd

#e77dbd #e77d88 #dc7de7

Monochromatic Colors of #e77dbd

#e77dbd

Complementary Color

#e77dbd #7de7a7

#e77dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77dbd Color CSS Codes

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

#e77dbd Text Font Color

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

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


#e77dbd Background Color

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

This div background color is #e77dbd


#e77dbd Border Color

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

This div border color is #e77dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77dbd


Comments

No comments written yet.

Please login to write comment.