Color Hex Logo

#f59af4 Color Hex

#F59AF4
(245,154,244)
0 Favorites   0 Comments

Color spaces of #f59af4

RGB 245154244
HSL0.840.820.78
HSV301°37°96°
CMYK 0.000.370.00   0.04
XYZ65.540949.055391.6022
Yxy49.05530.31790.2379
Hunter Lab70.039544.4660-28.5157
CIE-Lab75.485747.3995-31.0703

#f59af4 color RGB value is (245,154,244).

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

The process color (four color CMYK) of #f59af4 color hex is 0.00, 0.37, 0.00, 0.04. Web safe color of #f59af4 is #ff99ff. Color #f59af4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 11110100
Octal 365 232 364
Decimal 245 154 244
Hex F5 9A F4

RGB Percentages of Color #f59af4

%38.10
%23.95
%37.95

CMYK Percentages of Color #f59af4

%0
%37
%0
%4

Triadic Colors of #f59af4

#f59af4 #f4f59a #9af4f5

Analogous Colors of #f59af4

#f59af4 #f59ac7 #c99af5

Monochromatic Colors of #f59af4

#f59af4

Complementary Color

#f59af4 #9af59b

#f59af4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59af4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59af4 Color CSS Codes

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

#f59af4 Text Font Color

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

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


#f59af4 Background Color

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

This div background color is #f59af4


#f59af4 Border Color

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

This div border color is #f59af4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59af4


Comments

No comments written yet.

Please login to write comment.