Color Hex Logo

#f59abe Color Hex

#F59ABE
(245,154,190)
0 Favorites   0 Comments

Color spaces of #f59abe

RGB 245154190
HSL0.930.820.78
HSV336°37°96°
CMYK 0.000.370.22   0.04
XYZ58.506146.241454.5571
Yxy46.24140.36730.2903
Hunter Lab68.001034.57440.0325
CIE-Lab73.701938.6821-4.1939

#f59abe color RGB value is (245,154,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10011010 10111110
Octal 365 232 276
Decimal 245 154 190
Hex F5 9A BE

RGB Percentages of Color #f59abe

%41.60
%26.15
%32.26

CMYK Percentages of Color #f59abe

%0
%37
%22
%4

Triadic Colors of #f59abe

#f59abe #bef59a #9abef5

Analogous Colors of #f59abe

#f59abe #f5a49a #f59aec

Monochromatic Colors of #f59abe

#f59abe

Complementary Color

#f59abe #9af5d1

#f59abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f59abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f59abe Color CSS Codes

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

#f59abe Text Font Color

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

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


#f59abe Background Color

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

This div background color is #f59abe


#f59abe Border Color

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

This div border color is #f59abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f59abe


Comments

No comments written yet.

Please login to write comment.