Color Hex Logo

#e77fdf Color Hex

#E77FDF
(231,127,223)
0 Favorites   0 Comments

Color spaces of #e77fdf

RGB 231127223
HSL0.850.680.70
HSV305°45°91°
CMYK 0.000.450.03   0.09
XYZ53.863737.495474.2104
Yxy37.49540.32530.2265
Hunter Lab61.233549.8579-28.9916
CIE-Lab67.647153.2194-31.7886

#e77fdf color RGB value is (231,127,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 11011111
Octal 347 177 337
Decimal 231 127 223
Hex E7 7F DF

RGB Percentages of Color #e77fdf

%39.76
%21.86
%38.38

CMYK Percentages of Color #e77fdf

%0
%45
%3
%9

Triadic Colors of #e77fdf

#e77fdf #dfe77f #7fdfe7

Analogous Colors of #e77fdf

#e77fdf #e77fab #bb7fe7

Monochromatic Colors of #e77fdf

#e77fdf

Complementary Color

#e77fdf #7fe787

#e77fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77fdf Color CSS Codes

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

#e77fdf Text Font Color

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

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


#e77fdf Background Color

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

This div background color is #e77fdf


#e77fdf Border Color

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

This div border color is #e77fdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,127,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 #e77fdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77fdf


Comments

No comments written yet.

Please login to write comment.