Color Hex Logo

#f5876d Color Hex

#F5876D
(245,135,109)
0 Favorites   0 Comments

Color spaces of #f5876d

RGB 245135109
HSL0.030.870.69
HSV11°56°96°
CMYK 0.000.450.56   0.04
XYZ49.080537.844619.1859
Yxy37.84460.46250.3567
Hunter Lab61.518034.755124.5715
CIE-Lab67.905939.474332.5400

#f5876d color RGB value is (245,135,109).

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

The process color (four color CMYK) of #f5876d color hex is 0.00, 0.45, 0.56, 0.04. Web safe color of #f5876d is #ff9966. Color #f5876d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000111 01101101
Octal 365 207 155
Decimal 245 135 109
Hex F5 87 6D

RGB Percentages of Color #f5876d

%50.10
%27.61
%22.29

CMYK Percentages of Color #f5876d

%0
%45
%56
%4

Triadic Colors of #f5876d

#f5876d #6df587 #876df5

Analogous Colors of #f5876d

#f5876d #f5cb6d #f56d97

Monochromatic Colors of #f5876d

#f5876d

Complementary Color

#f5876d #6ddbf5

#f5876d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5876d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5876d Color CSS Codes

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

#f5876d Text Font Color

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

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


#f5876d Background Color

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

This div background color is #f5876d


#f5876d Border Color

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

This div border color is #f5876d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5876d


Comments

No comments written yet.

Please login to write comment.