Color Hex Logo

#f5809f Color Hex

#F5809F
(245,128,159)
0 Favorites   0 Comments

Color spaces of #f5809f

RGB 245128159
HSL0.960.850.73
HSV344°48°96°
CMYK 0.000.480.35   0.04
XYZ51.633437.354037.2896
Yxy37.35400.40890.2958
Hunter Lab61.117943.84336.6082
CIE-Lab67.541847.88174.1091

#f5809f color RGB value is (245,128,159).

#f5809f hex color red value is 245, green value is 128 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #f5809f hue: 0.96 , saturation: 0.85 and the lightness value of f5809f is 0.73.

The process color (four color CMYK) of #f5809f color hex is 0.00, 0.48, 0.35, 0.04. Web safe color of #f5809f is #ff9999. Color #f5809f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 10011111
Octal 365 200 237
Decimal 245 128 159
Hex F5 80 9F

RGB Percentages of Color #f5809f

%46.05
%24.06
%29.89

CMYK Percentages of Color #f5809f

%0
%48
%35
%4

Triadic Colors of #f5809f

#f5809f #9ff580 #809ff5

Analogous Colors of #f5809f

#f5809f #f59c80 #f580da

Monochromatic Colors of #f5809f

#f5809f

Complementary Color

#f5809f #80f5d6

#f5809f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5809f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5809f Color CSS Codes

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

#f5809f Text Font Color

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

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


#f5809f Background Color

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

This div background color is #f5809f


#f5809f Border Color

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

This div border color is #f5809f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5809f

Related Colors


Comments

No comments written yet.

Please login to write comment.