Color Hex Logo

#e477ff Color Hex

#E477FF
(228,119,255)
0 Favorites   0 Comments

Color spaces of #e477ff

RGB 228119255
HSL0.801.000.73
HSV288°53°100°
CMYK 0.110.530.00   0.00
XYZ56.641736.907698.7463
Yxy36.90760.29460.1919
Hunter Lab60.751660.1089-53.8444
CIE-Lab67.207762.1078-50.1288

#e477ff color RGB value is (228,119,255).

#e477ff hex color red value is 228, green value is 119 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e477ff hue: 0.80 , saturation: 1.00 and the lightness value of e477ff is 0.73.

The process color (four color CMYK) of #e477ff color hex is 0.11, 0.53, 0.00, 0.00. Web safe color of #e477ff is #cc66ff. Color #e477ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110111 11111111
Octal 344 167 377
Decimal 228 119 255
Hex E4 77 FF

RGB Percentages of Color #e477ff

%37.87
%19.77
%42.36

CMYK Percentages of Color #e477ff

%11
%53
%0
%0

Triadic Colors of #e477ff

#e477ff #ffe477 #77ffe4

Analogous Colors of #e477ff

#e477ff #ff77d6 #a077ff

Monochromatic Colors of #e477ff

#e477ff

Complementary Color

#e477ff #92ff77

#e477ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e477ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e477ff Color CSS Codes

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

#e477ff Text Font Color

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

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


#e477ff Background Color

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

This div background color is #e477ff


#e477ff Border Color

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

This div border color is #e477ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,119,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e477ff

Related Colors


Comments

No comments written yet.

Please login to write comment.