Color Hex Logo

#f8486b Color Hex

#F8486B
(248,72,107)
0 Favorites   0 Comments

Color spaces of #f8486b

RGB 24872107
HSL0.970.930.63
HSV348°71°97°
CMYK 0.000.710.57   0.03
XYZ43.682625.652716.5591
Yxy25.65270.50860.2987
Hunter Lab50.648565.315316.0696
CIE-Lab57.705968.159420.3240

#f8486b color RGB value is (248,72,107).

#f8486b hex color red value is 248, green value is 72 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #f8486b hue: 0.97 , saturation: 0.93 and the lightness value of f8486b is 0.63.

The process color (four color CMYK) of #f8486b color hex is 0.00, 0.71, 0.57, 0.03. Web safe color of #f8486b is #ff3366. Color #f8486b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001000 01101011
Octal 370 110 153
Decimal 248 72 107
Hex F8 48 6B

RGB Percentages of Color #f8486b

%58.08
%16.86
%25.06

CMYK Percentages of Color #f8486b

%0
%71
%57
%3

Triadic Colors of #f8486b

#f8486b #6bf848 #486bf8

Analogous Colors of #f8486b

#f8486b #f87d48 #f848c3

Monochromatic Colors of #f8486b

#f8486b

Complementary Color

#f8486b #48f8d5

#f8486b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8486b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8486b Color CSS Codes

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

#f8486b Text Font Color

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

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


#f8486b Background Color

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

This div background color is #f8486b


#f8486b Border Color

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

This div border color is #f8486b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8486b


Comments

No comments written yet.

Please login to write comment.