Color Hex Logo

#f59ffc Color Hex

#F59FFC
(245,159,252)
0 Favorites   0 Comments

Color spaces of #f59ffc

RGB 245159252
HSL0.820.940.81
HSV295°37°99°
CMYK 0.030.370.00   0.01
XYZ67.625051.237098.4210
Yxy51.23700.31120.2358
Hunter Lab71.580043.3723-31.4165
CIE-Lab76.822346.2716-33.3389

#f59ffc color RGB value is (245,159,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011111 11111100
Octal 365 237 374
Decimal 245 159 252
Hex F5 9F FC

RGB Percentages of Color #f59ffc

%37.35
%24.24
%38.41

CMYK Percentages of Color #f59ffc

%3
%37
%0
%1

Triadic Colors of #f59ffc

#f59ffc #fcf59f #9ffcf5

Analogous Colors of #f59ffc

#f59ffc #fc9fd5 #c79ffc

Monochromatic Colors of #f59ffc

#f59ffc

Complementary Color

#f59ffc #a6fc9f

#f59ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59ffc Color CSS Codes

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

#f59ffc Text Font Color

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

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


#f59ffc Background Color

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

This div background color is #f59ffc


#f59ffc Border Color

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

This div border color is #f59ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.