Color Hex Logo

#f8709b Color Hex

#F8709B
(248,112,155)
0 Favorites   0 Comments

Color spaces of #f8709b

RGB 248112155
HSL0.950.910.71
HSV341°55°97°
CMYK 0.000.550.38   0.03
XYZ50.422033.911434.8984
Yxy33.91140.42290.2844
Hunter Lab58.233552.64725.2319
CIE-Lab64.892256.08652.5982

#f8709b color RGB value is (248,112,155).

#f8709b hex color red value is 248, green value is 112 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #f8709b hue: 0.95 , saturation: 0.91 and the lightness value of f8709b is 0.71.

The process color (four color CMYK) of #f8709b color hex is 0.00, 0.55, 0.38, 0.03. Web safe color of #f8709b is #ff6699. Color #f8709b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110000 10011011
Octal 370 160 233
Decimal 248 112 155
Hex F8 70 9B

RGB Percentages of Color #f8709b

%48.16
%21.75
%30.10

CMYK Percentages of Color #f8709b

%0
%55
%38
%3

Triadic Colors of #f8709b

#f8709b #9bf870 #709bf8

Analogous Colors of #f8709b

#f8709b #f88970 #f870df

Monochromatic Colors of #f8709b

#f8709b

Complementary Color

#f8709b #70f8cd

#f8709b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8709b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8709b Color CSS Codes

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

#f8709b Text Font Color

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

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


#f8709b Background Color

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

This div background color is #f8709b


#f8709b Border Color

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

This div border color is #f8709b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8709b


Comments

No comments written yet.

Please login to write comment.