Color Hex Logo

#f012fa Color Hex

#F012FA
(240,18,250)
0 Favorites   0 Comments

Color spaces of #f012fa

RGB 24018250
HSL0.830.960.53
HSV297°93°98°
CMYK 0.040.930.00   0.02
XYZ53.406825.860092.6191
Yxy25.86000.31070.1504
Hunter Lab50.852798.4729-72.3892
CIE-Lab57.903994.0424-62.0799

#f012fa color RGB value is (240,18,250).

#f012fa hex color red value is 240, green value is 18 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f012fa hue: 0.83 , saturation: 0.96 and the lightness value of f012fa is 0.53.

The process color (four color CMYK) of #f012fa color hex is 0.04, 0.93, 0.00, 0.02. Web safe color of #f012fa is #ff00ff. Color #f012fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00010010 11111010
Octal 360 22 372
Decimal 240 18 250
Hex F0 12 FA

RGB Percentages of Color #f012fa

%47.24
%3.54
%49.21

CMYK Percentages of Color #f012fa

%4
%93
%0
%2

Triadic Colors of #f012fa

#f012fa #faf012 #12faf0

Analogous Colors of #f012fa

#f012fa #fa1290 #7c12fa

Monochromatic Colors of #f012fa

#f012fa

Complementary Color

#f012fa #1cfa12

#f012fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f012fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f012fa Color CSS Codes

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

#f012fa Text Font Color

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

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


#f012fa Background Color

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

This div background color is #f012fa


#f012fa Border Color

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

This div border color is #f012fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,18,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f012fa


Comments

No comments written yet.

Please login to write comment.