Color Hex Logo

#e064fb Color Hex

#E064FB
(224,100,251)
0 Favorites   0 Comments

Color spaces of #e064fb

RGB 224100251
HSL0.800.950.69
HSV289°60°98°
CMYK 0.110.600.00   0.02
XYZ52.710231.926794.6511
Yxy31.92670.29400.1781
Hunter Lab56.503767.6345-59.7659
CIE-Lab63.282369.0582-54.1827

#e064fb color RGB value is (224,100,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100100 11111011
Octal 340 144 373
Decimal 224 100 251
Hex E0 64 FB

RGB Percentages of Color #e064fb

%38.96
%17.39
%43.65

CMYK Percentages of Color #e064fb

%11
%60
%0
%2

Triadic Colors of #e064fb

#e064fb #fbe064 #64fbe0

Analogous Colors of #e064fb

#e064fb #fb64cb #9564fb

Monochromatic Colors of #e064fb

#e064fb

Complementary Color

#e064fb #7ffb64

#e064fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e064fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e064fb Color CSS Codes

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

#e064fb Text Font Color

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

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


#e064fb Background Color

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

This div background color is #e064fb


#e064fb Border Color

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

This div border color is #e064fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e064fb


Comments

No comments written yet.

Please login to write comment.