Color Hex Logo

#f5815c Color Hex

#F5815C
(245,129,92)
0 Favorites   0 Comments

Color spaces of #f5815c

RGB 24512992
HSL0.040.880.66
HSV15°62°96°
CMYK 0.000.470.62   0.04
XYZ47.438235.885714.5516
Yxy35.88570.48470.3666
Hunter Lab59.904736.520027.5310
CIE-Lab66.432541.300239.8710

#f5815c color RGB value is (245,129,92).

#f5815c hex color red value is 245, green value is 129 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #f5815c hue: 0.04 , saturation: 0.88 and the lightness value of f5815c is 0.66.

The process color (four color CMYK) of #f5815c color hex is 0.00, 0.47, 0.62, 0.04. Web safe color of #f5815c is #ff9966. Color #f5815c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 01011100
Octal 365 201 134
Decimal 245 129 92
Hex F5 81 5C

RGB Percentages of Color #f5815c

%52.58
%27.68
%19.74

CMYK Percentages of Color #f5815c

%0
%47
%62
%4

Triadic Colors of #f5815c

#f5815c #5cf581 #815cf5

Analogous Colors of #f5815c

#f5815c #f5ce5c #f55c84

Monochromatic Colors of #f5815c

#f5815c

Complementary Color

#f5815c #5cd0f5

#f5815c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5815c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5815c Color CSS Codes

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

#f5815c Text Font Color

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

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


#f5815c Background Color

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

This div background color is #f5815c


#f5815c Border Color

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

This div border color is #f5815c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5815c


Comments

No comments written yet.

Please login to write comment.