Color Hex Logo

#e062fc Color Hex

#E062FC
(224,98,252)
0 Favorites   0 Comments

Color spaces of #e062fc

RGB 22498252
HSL0.800.960.69
HSV289°61°99°
CMYK 0.110.610.00   0.01
XYZ52.678831.610995.4205
Yxy31.61090.29310.1759
Hunter Lab56.223668.8547-61.2682
CIE-Lab63.020070.1071-55.1507

#e062fc color RGB value is (224,98,252).

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

The process color (four color CMYK) of #e062fc color hex is 0.11, 0.61, 0.00, 0.01. Web safe color of #e062fc is #cc66ff. Color #e062fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 11111100
Octal 340 142 374
Decimal 224 98 252
Hex E0 62 FC

RGB Percentages of Color #e062fc

%39.02
%17.07
%43.90

CMYK Percentages of Color #e062fc

%11
%61
%0
%1

Triadic Colors of #e062fc

#e062fc #fce062 #62fce0

Analogous Colors of #e062fc

#e062fc #fc62cb #9362fc

Monochromatic Colors of #e062fc

#e062fc

Complementary Color

#e062fc #7efc62

#e062fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e062fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e062fc Color CSS Codes

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

#e062fc Text Font Color

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

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


#e062fc Background Color

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

This div background color is #e062fc


#e062fc Border Color

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

This div border color is #e062fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,98,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e062fc


Comments

No comments written yet.

Please login to write comment.