Color Hex Logo

#f12afa Color Hex

#F12AFA
(241,42,250)
0 Favorites   0 Comments

Color spaces of #f12afa

RGB 24142250
HSL0.830.950.57
HSV297°83°98°
CMYK 0.040.830.00   0.02
XYZ54.358927.258892.8389
Yxy27.25880.31160.1562
Hunter Lab52.210094.4796-68.8815
CIE-Lab59.213190.8368-59.9724

#f12afa color RGB value is (241,42,250).

#f12afa hex color red value is 241, green value is 42 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f12afa hue: 0.83 , saturation: 0.95 and the lightness value of f12afa is 0.57.

The process color (four color CMYK) of #f12afa color hex is 0.04, 0.83, 0.00, 0.02. Web safe color of #f12afa is #ff33ff. Color #f12afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101010 11111010
Octal 361 52 372
Decimal 241 42 250
Hex F1 2A FA

RGB Percentages of Color #f12afa

%45.22
%7.88
%46.90

CMYK Percentages of Color #f12afa

%4
%83
%0
%2

Triadic Colors of #f12afa

#f12afa #faf12a #2afaf1

Analogous Colors of #f12afa

#f12afa #fa2a9b #892afa

Monochromatic Colors of #f12afa

#f12afa

Complementary Color

#f12afa #33fa2a

#f12afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f12afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f12afa Color CSS Codes

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

#f12afa Text Font Color

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

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


#f12afa Background Color

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

This div background color is #f12afa


#f12afa Border Color

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

This div border color is #f12afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f12afa


Comments

No comments written yet.

Please login to write comment.