Color Hex Logo

#e477fd Color Hex

#E477FD
(228,119,253)
0 Favorites   0 Comments

Color spaces of #e477fd

RGB 228119253
HSL0.800.970.73
HSV289°53°99°
CMYK 0.100.530.00   0.01
XYZ56.321436.779597.0592
Yxy36.77950.29620.1934
Hunter Lab60.646159.6404-52.4366
CIE-Lab67.111361.7286-49.1861

#e477fd color RGB value is (228,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110111 11111101
Octal 344 167 375
Decimal 228 119 253
Hex E4 77 FD

RGB Percentages of Color #e477fd

%38.00
%19.83
%42.17

CMYK Percentages of Color #e477fd

%10
%53
%0
%1

Triadic Colors of #e477fd

#e477fd #fde477 #77fde4

Analogous Colors of #e477fd

#e477fd #fd77d3 #a177fd

Monochromatic Colors of #e477fd

#e477fd

Complementary Color

#e477fd #90fd77

#e477fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e477fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e477fd Color CSS Codes

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

#e477fd Text Font Color

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

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


#e477fd Background Color

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

This div background color is #e477fd


#e477fd Border Color

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

This div border color is #e477fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e477fd


Comments

No comments written yet.

Please login to write comment.