Color Hex Logo

#f58b7b Color Hex

#F58B7B
(245,139,123)
0 Favorites   0 Comments

Color spaces of #f58b7b

RGB 245139123
HSL0.020.860.72
HSV50°96°
CMYK 0.000.430.50   0.04
XYZ50.464039.307823.6663
Yxy39.30780.44490.3465
Hunter Lab62.695933.956921.5065
CIE-Lab68.973638.606326.2558

#f58b7b color RGB value is (245,139,123).

#f58b7b hex color red value is 245, green value is 139 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #f58b7b hue: 0.02 , saturation: 0.86 and the lightness value of f58b7b is 0.72.

The process color (four color CMYK) of #f58b7b color hex is 0.00, 0.43, 0.50, 0.04. Web safe color of #f58b7b is #ff9966. Color #f58b7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001011 01111011
Octal 365 213 173
Decimal 245 139 123
Hex F5 8B 7B

RGB Percentages of Color #f58b7b

%48.32
%27.42
%24.26

CMYK Percentages of Color #f58b7b

%0
%43
%50
%4

Triadic Colors of #f58b7b

#f58b7b #7bf58b #8b7bf5

Analogous Colors of #f58b7b

#f58b7b #f5c87b #f57ba8

Monochromatic Colors of #f58b7b

#f58b7b

Complementary Color

#f58b7b #7be5f5

#f58b7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58b7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58b7b Color CSS Codes

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

#f58b7b Text Font Color

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

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


#f58b7b Background Color

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

This div background color is #f58b7b


#f58b7b Border Color

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

This div border color is #f58b7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58b7b


Comments

No comments written yet.

Please login to write comment.