Color Hex Logo

#e77dab Color Hex

#E77DAB
(231,125,171)
0 Favorites   0 Comments

Color spaces of #e77dab

RGB 231125171
HSL0.930.690.70
HSV334°46°91°
CMYK 0.000.460.26   0.09
XYZ47.639334.596442.6950
Yxy34.59640.38130.2769
Hunter Lab58.818741.6406-1.8640
CIE-Lab65.433246.1671-5.9848

#e77dab color RGB value is (231,125,171).

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

The process color (four color CMYK) of #e77dab color hex is 0.00, 0.46, 0.26, 0.09. Web safe color of #e77dab is #ff6699. Color #e77dab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111101 10101011
Octal 347 175 253
Decimal 231 125 171
Hex E7 7D AB

RGB Percentages of Color #e77dab

%43.83
%23.72
%32.45

CMYK Percentages of Color #e77dab

%0
%46
%26
%9

Triadic Colors of #e77dab

#e77dab #abe77d #7dabe7

Analogous Colors of #e77dab

#e77dab #e7847d #e77de0

Monochromatic Colors of #e77dab

#e77dab

Complementary Color

#e77dab #7de7b9

#e77dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77dab Color CSS Codes

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

#e77dab Text Font Color

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

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


#e77dab Background Color

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

This div background color is #e77dab


#e77dab Border Color

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

This div border color is #e77dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77dab


Comments

No comments written yet.

Please login to write comment.