Color Hex Logo

#f59afa Color Hex

#F59AFA
(245,154,250)
0 Favorites   0 Comments

Color spaces of #f59afa

RGB 245154250
HSL0.820.910.79
HSV297°38°98°
CMYK 0.020.380.00   0.02
XYZ66.467149.425896.4794
Yxy49.42580.31300.2327
Hunter Lab70.303545.7283-32.1529
CIE-Lab75.715548.4803-33.9673

#f59afa color RGB value is (245,154,250).

#f59afa hex color red value is 245, green value is 154 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f59afa hue: 0.82 , saturation: 0.91 and the lightness value of f59afa is 0.79.

The process color (four color CMYK) of #f59afa color hex is 0.02, 0.38, 0.00, 0.02. Web safe color of #f59afa is #ff99ff. Color #f59afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 11111010
Octal 365 232 372
Decimal 245 154 250
Hex F5 9A FA

RGB Percentages of Color #f59afa

%37.75
%23.73
%38.52

CMYK Percentages of Color #f59afa

%2
%38
%0
%2

Triadic Colors of #f59afa

#f59afa #faf59a #9afaf5

Analogous Colors of #f59afa

#f59afa #fa9acf #c59afa

Monochromatic Colors of #f59afa

#f59afa

Complementary Color

#f59afa #9ffa9a

#f59afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59afa Color CSS Codes

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

#f59afa Text Font Color

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

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


#f59afa Background Color

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

This div background color is #f59afa


#f59afa Border Color

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

This div border color is #f59afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59afa

Related Colors


Comments

No comments written yet.

Please login to write comment.