Color Hex Logo

#e447fd Color Hex

#E447FD
(228,71,253)
0 Favorites   0 Comments

Color spaces of #e447fd

RGB 22871253
HSL0.810.980.64
HSV292°72°99°
CMYK 0.100.720.00   0.01
XYZ51.977828.092395.6113
Yxy28.09230.29590.1599
Hunter Lab53.002282.2963-69.8525
CIE-Lab59.972081.4149-60.5333

#e447fd color RGB value is (228,71,253).

#e447fd hex color red value is 228, green value is 71 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #e447fd hue: 0.81 , saturation: 0.98 and the lightness value of e447fd is 0.64.

The process color (four color CMYK) of #e447fd color hex is 0.10, 0.72, 0.00, 0.01. Web safe color of #e447fd is #cc33ff. Color #e447fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000111 11111101
Octal 344 107 375
Decimal 228 71 253
Hex E4 47 FD

RGB Percentages of Color #e447fd

%41.30
%12.86
%45.83

CMYK Percentages of Color #e447fd

%10
%72
%0
%1

Triadic Colors of #e447fd

#e447fd #fde447 #47fde4

Analogous Colors of #e447fd

#e447fd #fd47bb #8947fd

Monochromatic Colors of #e447fd

#e447fd

Complementary Color

#e447fd #60fd47

#e447fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e447fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e447fd Color CSS Codes

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

#e447fd Text Font Color

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

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


#e447fd Background Color

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

This div background color is #e447fd


#e447fd Border Color

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

This div border color is #e447fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e447fd


Comments

No comments written yet.

Please login to write comment.