Color Hex Logo

#f8546a Color Hex

#F8546A
(248,84,106)
0 Favorites   0 Comments

Color spaces of #f8546a

RGB 24884106
HSL0.980.920.65
HSV352°66°97°
CMYK 0.000.660.57   0.03
XYZ44.483227.337716.5678
Yxy27.33770.50330.3093
Hunter Lab52.285560.363917.8125
CIE-Lab59.285663.693423.0289

#f8546a color RGB value is (248,84,106).

#f8546a hex color red value is 248, green value is 84 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f8546a hue: 0.98 , saturation: 0.92 and the lightness value of f8546a is 0.65.

The process color (four color CMYK) of #f8546a color hex is 0.00, 0.66, 0.57, 0.03. Web safe color of #f8546a is #ff6666. Color #f8546a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01010100 01101010
Octal 370 124 152
Decimal 248 84 106
Hex F8 54 6A

RGB Percentages of Color #f8546a

%56.62
%19.18
%24.20

CMYK Percentages of Color #f8546a

%0
%66
%57
%3

Triadic Colors of #f8546a

#f8546a #6af854 #546af8

Analogous Colors of #f8546a

#f8546a #f89054 #f854bc

Monochromatic Colors of #f8546a

#f8546a

Complementary Color

#f8546a #54f8e2

#f8546a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8546a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8546a Color CSS Codes

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

#f8546a Text Font Color

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

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


#f8546a Background Color

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

This div background color is #f8546a


#f8546a Border Color

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

This div border color is #f8546a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,84,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8546a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8546a;
  -webkit-box-shadow: 1px 1px 3px 2px #f8546a;
  box-shadow:         1px 1px 3px 2px #f8546a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,84,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8546a


Comments

No comments written yet.

Please login to write comment.