Color Hex Logo

#e472fd Color Hex

#E472FD
(228,114,253)
0 Favorites   0 Comments

Color spaces of #e472fd

RGB 228114253
HSL0.800.970.72
HSV289°55°99°
CMYK 0.100.550.00   0.01
XYZ55.741835.620596.8660
Yxy35.62050.29610.1892
Hunter Lab59.682962.2678-54.4503
CIE-Lab66.228964.0862-50.5796

#e472fd color RGB value is (228,114,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110010 11111101
Octal 344 162 375
Decimal 228 114 253
Hex E4 72 FD

RGB Percentages of Color #e472fd

%38.32
%19.16
%42.52

CMYK Percentages of Color #e472fd

%10
%55
%0
%1

Triadic Colors of #e472fd

#e472fd #fde472 #72fde4

Analogous Colors of #e472fd

#e472fd #fd72d1 #9f72fd

Monochromatic Colors of #e472fd

#e472fd

Complementary Color

#e472fd #8bfd72

#e472fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e472fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e472fd Color CSS Codes

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

#e472fd Text Font Color

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

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


#e472fd Background Color

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

This div background color is #e472fd


#e472fd Border Color

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

This div border color is #e472fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e472fd

Related Colors


Comments

No comments written yet.

Please login to write comment.