Color Hex Logo

#f5796b Color Hex

#F5796B
(245,121,107)
0 Favorites   0 Comments

Color spaces of #f5796b

RGB 245121107
HSL0.020.870.69
HSV56°96°
CMYK 0.000.510.56   0.04
XYZ47.147434.148818.0163
Yxy34.14880.47470.3439
Hunter Lab58.437041.750522.6266
CIE-Lab65.080546.315629.9950

#f5796b color RGB value is (245,121,107).

#f5796b hex color red value is 245, green value is 121 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f5796b hue: 0.02 , saturation: 0.87 and the lightness value of f5796b is 0.69.

The process color (four color CMYK) of #f5796b color hex is 0.00, 0.51, 0.56, 0.04. Web safe color of #f5796b is #ff6666. Color #f5796b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111001 01101011
Octal 365 171 153
Decimal 245 121 107
Hex F5 79 6B

RGB Percentages of Color #f5796b

%51.80
%25.58
%22.62

CMYK Percentages of Color #f5796b

%0
%51
%56
%4

Triadic Colors of #f5796b

#f5796b #6bf579 #796bf5

Analogous Colors of #f5796b

#f5796b #f5be6b #f56ba2

Monochromatic Colors of #f5796b

#f5796b

Complementary Color

#f5796b #6be7f5

#f5796b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5796b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5796b Color CSS Codes

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

#f5796b Text Font Color

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

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


#f5796b Background Color

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

This div background color is #f5796b


#f5796b Border Color

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

This div border color is #f5796b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5796b


Comments

No comments written yet.

Please login to write comment.