Color Hex Logo

#e77def Color Hex

#E77DEF
(231,125,239)
0 Favorites   0 Comments

Color spaces of #e77def

RGB 231125239
HSL0.820.780.71
HSV296°48°94°
CMYK 0.030.480.00   0.06
XYZ55.868637.888286.0299
Yxy37.88820.31070.2107
Hunter Lab61.553454.2961-39.7791
CIE-Lab67.938157.0361-40.1746

#e77def color RGB value is (231,125,239).

#e77def hex color red value is 231, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e77def hue: 0.82 , saturation: 0.78 and the lightness value of e77def is 0.71.

The process color (four color CMYK) of #e77def color hex is 0.03, 0.48, 0.00, 0.06. Web safe color of #e77def is #ff66ff. Color #e77def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111101 11101111
Octal 347 175 357
Decimal 231 125 239
Hex E7 7D EF

RGB Percentages of Color #e77def

%38.82
%21.01
%40.17

CMYK Percentages of Color #e77def

%3
%48
%0
%6

Triadic Colors of #e77def

#e77def #efe77d #7defe7

Analogous Colors of #e77def

#e77def #ef7dbe #ae7def

Monochromatic Colors of #e77def

#e77def

Complementary Color

#e77def #85ef7d

#e77def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77def Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77def Color CSS Codes

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

#e77def Text Font Color

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

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


#e77def Background Color

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

This div background color is #e77def


#e77def Border Color

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

This div border color is #e77def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77def


Comments

No comments written yet.

Please login to write comment.