Color Hex Logo

#f25afa Color Hex

#F25AFA
(242,90,250)
0 Favorites   0 Comments

Color spaces of #f25afa

RGB 24290250
HSL0.830.940.67
HSV297°64°98°
CMYK 0.030.640.00   0.02
XYZ57.529433.091793.7977
Yxy33.09170.31190.1794
Hunter Lab57.525477.8430-56.4072
CIE-Lab64.235177.1073-51.9645

#f25afa color RGB value is (242,90,250).

#f25afa hex color red value is 242, green value is 90 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f25afa hue: 0.83 , saturation: 0.94 and the lightness value of f25afa is 0.67.

The process color (four color CMYK) of #f25afa color hex is 0.03, 0.64, 0.00, 0.02. Web safe color of #f25afa is #ff66ff. Color #f25afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01011010 11111010
Octal 362 132 372
Decimal 242 90 250
Hex F2 5A FA

RGB Percentages of Color #f25afa

%41.58
%15.46
%42.96

CMYK Percentages of Color #f25afa

%3
%64
%0
%2

Triadic Colors of #f25afa

#f25afa #faf25a #5afaf2

Analogous Colors of #f25afa

#f25afa #fa5ab2 #a25afa

Monochromatic Colors of #f25afa

#f25afa

Complementary Color

#f25afa #62fa5a

#f25afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f25afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f25afa Color CSS Codes

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

#f25afa Text Font Color

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

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


#f25afa Background Color

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

This div background color is #f25afa


#f25afa Border Color

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

This div border color is #f25afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f25afa

Related Colors


Comments

No comments written yet.

Please login to write comment.