Color Hex Logo

#f8846d Color Hex

#F8846D
(248,132,109)
0 Favorites   0 Comments

Color spaces of #f8846d

RGB 248132109
HSL0.030.910.70
HSV10°56°97°
CMYK 0.000.470.56   0.03
XYZ49.723037.563119.0977
Yxy37.56310.46740.3531
Hunter Lab61.288737.560124.4272
CIE-Lab67.697442.116032.3525

#f8846d color RGB value is (248,132,109).

#f8846d hex color red value is 248, green value is 132 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #f8846d hue: 0.03 , saturation: 0.91 and the lightness value of f8846d is 0.70.

The process color (four color CMYK) of #f8846d color hex is 0.00, 0.47, 0.56, 0.03. Web safe color of #f8846d is #ff9966. Color #f8846d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000100 01101101
Octal 370 204 155
Decimal 248 132 109
Hex F8 84 6D

RGB Percentages of Color #f8846d

%50.72
%26.99
%22.29

CMYK Percentages of Color #f8846d

%0
%47
%56
%3

Triadic Colors of #f8846d

#f8846d #6df884 #846df8

Analogous Colors of #f8846d

#f8846d #f8ca6d #f86d9c

Monochromatic Colors of #f8846d

#f8846d

Complementary Color

#f8846d #6de1f8

#f8846d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8846d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8846d Color CSS Codes

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

#f8846d Text Font Color

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

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


#f8846d Background Color

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

This div background color is #f8846d


#f8846d Border Color

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

This div border color is #f8846d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,132,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 #f8846d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8846d


Comments

No comments written yet.

Please login to write comment.