Color Hex Logo

#e477dc Color Hex

#E477DC
(228,119,220)
0 Favorites   0 Comments

Color spaces of #e477dc

RGB 228119220
HSL0.850.670.68
HSV304°48°89°
CMYK 0.000.480.04   0.11
XYZ51.510034.854971.7229
Yxy34.85490.32580.2205
Hunter Lab59.038052.4226-30.7024
CIE-Lab65.635555.7729-33.2678

#e477dc color RGB value is (228,119,220).

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

The process color (four color CMYK) of #e477dc color hex is 0.00, 0.48, 0.04, 0.11. Web safe color of #e477dc is #cc66cc. Color #e477dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110111 11011100
Octal 344 167 334
Decimal 228 119 220
Hex E4 77 DC

RGB Percentages of Color #e477dc

%40.21
%20.99
%38.80

CMYK Percentages of Color #e477dc

%0
%48
%4
%11

Triadic Colors of #e477dc

#e477dc #dce477 #77dce4

Analogous Colors of #e477dc

#e477dc #e477a6 #b677e4

Monochromatic Colors of #e477dc

#e477dc

Complementary Color

#e477dc #77e47f

#e477dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e477dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e477dc Color CSS Codes

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

#e477dc Text Font Color

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

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


#e477dc Background Color

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

This div background color is #e477dc


#e477dc Border Color

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

This div border color is #e477dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e477dc


Comments

No comments written yet.

Please login to write comment.