Color Hex Logo

#e778dc Color Hex

#E778DC
(231,120,220)
0 Favorites   0 Comments

Color spaces of #e778dc

RGB 231120220
HSL0.850.700.69
HSV306°48°91°
CMYK 0.000.480.05   0.09
XYZ52.589735.589271.8078
Yxy35.58920.32870.2225
Hunter Lab59.656752.9555-29.6067
CIE-Lab66.204856.1476-32.3548

#e778dc color RGB value is (231,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111000 11011100
Octal 347 170 334
Decimal 231 120 220
Hex E7 78 DC

RGB Percentages of Color #e778dc

%40.46
%21.02
%38.53

CMYK Percentages of Color #e778dc

%0
%48
%5
%9

Triadic Colors of #e778dc

#e778dc #dce778 #78dce7

Analogous Colors of #e778dc

#e778dc #e778a5 #bb78e7

Monochromatic Colors of #e778dc

#e778dc

Complementary Color

#e778dc #78e783

#e778dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e778dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e778dc Color CSS Codes

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

#e778dc Text Font Color

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

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


#e778dc Background Color

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

This div background color is #e778dc


#e778dc Border Color

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

This div border color is #e778dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e778dc


Comments

No comments written yet.

Please login to write comment.