Color Hex Logo

#e012fb Color Hex

#E012FB
(224,18,251)
0 Favorites   0 Comments

Color spaces of #e012fb

RGB 22418251
HSL0.810.970.53
HSV293°93°98°
CMYK 0.110.930.00   0.02
XYZ48.369423.244993.2042
Yxy23.24490.29350.1410
Hunter Lab48.213094.7065-80.8690
CIE-Lab55.323791.7613-66.9267

#e012fb color RGB value is (224,18,251).

#e012fb hex color red value is 224, green value is 18 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e012fb hue: 0.81 , saturation: 0.97 and the lightness value of e012fb is 0.53.

The process color (four color CMYK) of #e012fb color hex is 0.11, 0.93, 0.00, 0.02. Web safe color of #e012fb is #cc00ff. Color #e012fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010010 11111011
Octal 340 22 373
Decimal 224 18 251
Hex E0 12 FB

RGB Percentages of Color #e012fb

%45.44
%3.65
%50.91

CMYK Percentages of Color #e012fb

%11
%93
%0
%2

Triadic Colors of #e012fb

#e012fb #fbe012 #12fbe0

Analogous Colors of #e012fb

#e012fb #fb12a2 #6c12fb

Monochromatic Colors of #e012fb

#e012fb

Complementary Color

#e012fb #2dfb12

#e012fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e012fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e012fb Color CSS Codes

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

#e012fb Text Font Color

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

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


#e012fb Background Color

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

This div background color is #e012fb


#e012fb Border Color

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

This div border color is #e012fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e012fb


Comments

No comments written yet.

Please login to write comment.