Color Hex Logo

#e776dc Color Hex

#E776DC
(231,118,220)
0 Favorites   0 Comments

Color spaces of #e776dc

RGB 231118220
HSL0.850.700.68
HSV306°49°91°
CMYK 0.000.490.05   0.09
XYZ52.351735.113171.7284
Yxy35.11310.32890.2206
Hunter Lab59.256354.0025-30.2898
CIE-Lab65.836657.1146-32.9255

#e776dc color RGB value is (231,118,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110110 11011100
Octal 347 166 334
Decimal 231 118 220
Hex E7 76 DC

RGB Percentages of Color #e776dc

%40.60
%20.74
%38.66

CMYK Percentages of Color #e776dc

%0
%49
%5
%9

Triadic Colors of #e776dc

#e776dc #dce776 #76dce7

Analogous Colors of #e776dc

#e776dc #e776a4 #ba76e7

Monochromatic Colors of #e776dc

#e776dc

Complementary Color

#e776dc #76e781

#e776dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e776dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e776dc Color CSS Codes

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

#e776dc Text Font Color

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

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


#e776dc Background Color

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

This div background color is #e776dc


#e776dc Border Color

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

This div border color is #e776dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e776dc


Comments

No comments written yet.

Please login to write comment.