Color Hex Logo

#f58b9d Color Hex

#F58B9D
(245,139,157)
0 Favorites   0 Comments

Color spaces of #f58b9d

RGB 245139157
HSL0.970.840.75
HSV350°43°96°
CMYK 0.000.430.36   0.04
XYZ52.974640.312036.8872
Yxy40.31200.40700.3097
Hunter Lab63.491737.82179.9981
CIE-Lab69.691242.11938.3202

#f58b9d color RGB value is (245,139,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001011 10011101
Octal 365 213 235
Decimal 245 139 157
Hex F5 8B 9D

RGB Percentages of Color #f58b9d

%45.29
%25.69
%29.02

CMYK Percentages of Color #f58b9d

%0
%43
%36
%4

Triadic Colors of #f58b9d

#f58b9d #9df58b #8b9df5

Analogous Colors of #f58b9d

#f58b9d #f5ae8b #f58bd2

Monochromatic Colors of #f58b9d

#f58b9d

Complementary Color

#f58b9d #8bf5e3

#f58b9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58b9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58b9d Color CSS Codes

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

#f58b9d Text Font Color

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

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


#f58b9d Background Color

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

This div background color is #f58b9d


#f58b9d Border Color

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

This div border color is #f58b9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58b9d


Comments

No comments written yet.

Please login to write comment.