Color Hex Logo

#e77ddf Color Hex

#E77DDF
(231,125,223)
0 Favorites   0 Comments

Color spaces of #e77ddf

RGB 231125223
HSL0.850.690.70
HSV305°46°91°
CMYK 0.000.460.03   0.09
XYZ53.607936.983974.1252
Yxy36.98390.32550.2245
Hunter Lab60.814450.9226-29.6971
CIE-Lab67.264954.2104-32.3800

#e77ddf color RGB value is (231,125,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111101 11011111
Octal 347 175 337
Decimal 231 125 223
Hex E7 7D DF

RGB Percentages of Color #e77ddf

%39.90
%21.59
%38.51

CMYK Percentages of Color #e77ddf

%0
%46
%3
%9

Triadic Colors of #e77ddf

#e77ddf #dfe77d #7ddfe7

Analogous Colors of #e77ddf

#e77ddf #e77daa #ba7de7

Monochromatic Colors of #e77ddf

#e77ddf

Complementary Color

#e77ddf #7de785

#e77ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77ddf Color CSS Codes

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

#e77ddf Text Font Color

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

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


#e77ddf Background Color

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

This div background color is #e77ddf


#e77ddf Border Color

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

This div border color is #e77ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77ddf


Comments

No comments written yet.

Please login to write comment.