Color Hex Logo

#f58baa Color Hex

#F58BAA
(245,139,170)
0 Favorites   0 Comments

Color spaces of #f58baa

RGB 245139170
HSL0.950.840.75
HSV342°43°96°
CMYK 0.000.430.31   0.04
XYZ54.144540.780043.0478
Yxy40.78000.39240.2956
Hunter Lab63.859239.59174.7338
CIE-Lab70.021543.70251.5239

#f58baa color RGB value is (245,139,170).

#f58baa hex color red value is 245, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f58baa hue: 0.95 , saturation: 0.84 and the lightness value of f58baa is 0.75.

The process color (four color CMYK) of #f58baa color hex is 0.00, 0.43, 0.31, 0.04. Web safe color of #f58baa is #ff9999. Color #f58baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001011 10101010
Octal 365 213 252
Decimal 245 139 170
Hex F5 8B AA

RGB Percentages of Color #f58baa

%44.22
%25.09
%30.69

CMYK Percentages of Color #f58baa

%0
%43
%31
%4

Triadic Colors of #f58baa

#f58baa #aaf58b #8baaf5

Analogous Colors of #f58baa

#f58baa #f5a18b #f58bdf

Monochromatic Colors of #f58baa

#f58baa

Complementary Color

#f58baa #8bf5d6

#f58baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58baa Color CSS Codes

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

#f58baa Text Font Color

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

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


#f58baa Background Color

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

This div background color is #f58baa


#f58baa Border Color

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

This div border color is #f58baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58baa


Comments

No comments written yet.

Please login to write comment.