Color Hex Logo

#e047ff Color Hex

#E047FF
(224,71,255)
0 Favorites   0 Comments

Color spaces of #e047ff

RGB 22471255
HSL0.811.000.64
HSV290°72°100°
CMYK 0.120.720.00   0.00
XYZ51.043727.573897.2397
Yxy27.57380.29030.1568
Hunter Lab52.510881.6192-73.0360
CIE-Lab59.501780.9780-62.4253

#e047ff color RGB value is (224,71,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000111 11111111
Octal 340 107 377
Decimal 224 71 255
Hex E0 47 FF

RGB Percentages of Color #e047ff

%40.73
%12.91
%46.36

CMYK Percentages of Color #e047ff

%12
%72
%0
%0

Triadic Colors of #e047ff

#e047ff #ffe047 #47ffe0

Analogous Colors of #e047ff

#e047ff #ff47c2 #8447ff

Monochromatic Colors of #e047ff

#e047ff

Complementary Color

#e047ff #66ff47

#e047ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e047ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e047ff Color CSS Codes

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

#e047ff Text Font Color

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

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


#e047ff Background Color

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

This div background color is #e047ff


#e047ff Border Color

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

This div border color is #e047ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e047ff

Related Colors


Comments

No comments written yet.

Please login to write comment.