Color Hex Logo

#f59cfc Color Hex

#F59CFC
(245,156,252)
0 Favorites   0 Comments

Color spaces of #f59cfc

RGB 245156252
HSL0.820.940.80
HSV296°38°99°
CMYK 0.030.380.00   0.01
XYZ67.115350.217798.2511
Yxy50.21770.31130.2329
Hunter Lab70.864445.0435-32.5984
CIE-Lab76.202747.8182-34.2960

#f59cfc color RGB value is (245,156,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011100 11111100
Octal 365 234 374
Decimal 245 156 252
Hex F5 9C FC

RGB Percentages of Color #f59cfc

%37.52
%23.89
%38.59

CMYK Percentages of Color #f59cfc

%3
%38
%0
%1

Triadic Colors of #f59cfc

#f59cfc #fcf59c #9cfcf5

Analogous Colors of #f59cfc

#f59cfc #fc9cd3 #c59cfc

Monochromatic Colors of #f59cfc

#f59cfc

Complementary Color

#f59cfc #a3fc9c

#f59cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59cfc Color CSS Codes

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

#f59cfc Text Font Color

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

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


#f59cfc Background Color

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

This div background color is #f59cfc


#f59cfc Border Color

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

This div border color is #f59cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.