Color Hex Logo

#f59afc Color Hex

#F59AFC
(245,154,252)
0 Favorites   0 Comments

Color spaces of #f59afc

RGB 245154252
HSL0.820.940.80
HSV296°39°99°
CMYK 0.030.390.00   0.01
XYZ66.782549.552098.1401
Yxy49.55200.31140.2310
Hunter Lab70.393246.1561-33.3851
CIE-Lab75.793548.8450-34.9288

#f59afc color RGB value is (245,154,252).

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

The process color (four color CMYK) of #f59afc color hex is 0.03, 0.39, 0.00, 0.01. Web safe color of #f59afc is #ff99ff. Color #f59afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 11111100
Octal 365 232 374
Decimal 245 154 252
Hex F5 9A FC

RGB Percentages of Color #f59afc

%37.63
%23.66
%38.71

CMYK Percentages of Color #f59afc

%3
%39
%0
%1

Triadic Colors of #f59afc

#f59afc #fcf59a #9afcf5

Analogous Colors of #f59afc

#f59afc #fc9ad2 #c49afc

Monochromatic Colors of #f59afc

#f59afc

Complementary Color

#f59afc #a1fc9a

#f59afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59afc Color CSS Codes

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

#f59afc Text Font Color

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

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


#f59afc Background Color

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

This div background color is #f59afc


#f59afc Border Color

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

This div border color is #f59afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,154,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59afc


Comments

No comments written yet.

Please login to write comment.