Color Hex Logo

#e77edc Color Hex

#E77EDC
(231,126,220)
0 Favorites   0 Comments

Color spaces of #e77edc

RGB 231126220
HSL0.850.690.70
HSV306°45°91°
CMYK 0.000.450.05   0.09
XYZ53.334137.077972.0559
Yxy37.07790.32830.2282
Hunter Lab60.891649.7852-27.5365
CIE-Lab67.335453.2021-30.6058

#e77edc color RGB value is (231,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111110 11011100
Octal 347 176 334
Decimal 231 126 220
Hex E7 7E DC

RGB Percentages of Color #e77edc

%40.03
%21.84
%38.13

CMYK Percentages of Color #e77edc

%0
%45
%5
%9

Triadic Colors of #e77edc

#e77edc #dce77e #7edce7

Analogous Colors of #e77edc

#e77edc #e77ea8 #be7ee7

Monochromatic Colors of #e77edc

#e77edc

Complementary Color

#e77edc #7ee789

#e77edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77edc Color CSS Codes

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

#e77edc Text Font Color

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

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


#e77edc Background Color

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

This div background color is #e77edc


#e77edc Border Color

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

This div border color is #e77edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77edc


Comments

No comments written yet.

Please login to write comment.