Color Hex Logo

#e062fb Color Hex

#E062FB
(224,98,251)
0 Favorites   0 Comments

Color spaces of #e062fb

RGB 22498251
HSL0.800.950.68
HSV289°61°98°
CMYK 0.110.610.00   0.02
XYZ52.520731.547794.5880
Yxy31.54770.29400.1766
Hunter Lab56.167368.6181-60.5295
CIE-Lab62.967369.9230-54.6833

#e062fb color RGB value is (224,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 11111011
Octal 340 142 373
Decimal 224 98 251
Hex E0 62 FB

RGB Percentages of Color #e062fb

%39.09
%17.10
%43.80

CMYK Percentages of Color #e062fb

%11
%61
%0
%2

Triadic Colors of #e062fb

#e062fb #fbe062 #62fbe0

Analogous Colors of #e062fb

#e062fb #fb62ca #9462fb

Monochromatic Colors of #e062fb

#e062fb

Complementary Color

#e062fb #7dfb62

#e062fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e062fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e062fb Color CSS Codes

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

#e062fb Text Font Color

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

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


#e062fb Background Color

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

This div background color is #e062fb


#e062fb Border Color

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

This div border color is #e062fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e062fb


Comments

No comments written yet.

Please login to write comment.