Color Hex Logo

#f04afa Color Hex

#F04AFA
(240,74,250)
0 Favorites   0 Comments

Color spaces of #f04afa

RGB 24074250
HSL0.820.950.64
HSV297°70°98°
CMYK 0.040.700.00   0.02
XYZ55.639330.325093.3633
Yxy30.32500.31030.1691
Hunter Lab55.068183.9821-61.9734
CIE-Lab61.933682.3437-55.6383

#f04afa color RGB value is (240,74,250).

#f04afa hex color red value is 240, green value is 74 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f04afa hue: 0.82 , saturation: 0.95 and the lightness value of f04afa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01001010 11111010
Octal 360 112 372
Decimal 240 74 250
Hex F0 4A FA

RGB Percentages of Color #f04afa

%42.55
%13.12
%44.33

CMYK Percentages of Color #f04afa

%4
%70
%0
%2

Triadic Colors of #f04afa

#f04afa #faf04a #4afaf0

Analogous Colors of #f04afa

#f04afa #fa4aac #984afa

Monochromatic Colors of #f04afa

#f04afa

Complementary Color

#f04afa #54fa4a

#f04afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f04afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f04afa Color CSS Codes

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

#f04afa Text Font Color

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

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


#f04afa Background Color

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

This div background color is #f04afa


#f04afa Border Color

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

This div border color is #f04afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f04afa


Comments

No comments written yet.

Please login to write comment.