Color Hex Logo

#e062ff Color Hex

#E062FF
(224,98,255)
0 Favorites   0 Comments

Color spaces of #e062ff

RGB 22498255
HSL0.801.000.69
HSV288°62°100°
CMYK 0.120.620.00   0.00
XYZ53.158231.802797.9445
Yxy31.80270.29060.1739
Hunter Lab56.393969.5690-63.4987
CIE-Lab63.179570.6618-56.5486

#e062ff color RGB value is (224,98,255).

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

The process color (four color CMYK) of #e062ff color hex is 0.12, 0.62, 0.00, 0.00. Web safe color of #e062ff is #cc66ff. Color #e062ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 11111111
Octal 340 142 377
Decimal 224 98 255
Hex E0 62 FF

RGB Percentages of Color #e062ff

%38.82
%16.98
%44.19

CMYK Percentages of Color #e062ff

%12
%62
%0
%0

Triadic Colors of #e062ff

#e062ff #ffe062 #62ffe0

Analogous Colors of #e062ff

#e062ff #ff62d0 #9262ff

Monochromatic Colors of #e062ff

#e062ff

Complementary Color

#e062ff #81ff62

#e062ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e062ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e062ff Color CSS Codes

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

#e062ff Text Font Color

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

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


#e062ff Background Color

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

This div background color is #e062ff


#e062ff Border Color

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

This div border color is #e062ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e062ff

Related Colors

#e062ff Color Palettes


Comments

No comments written yet.

Please login to write comment.