Color Hex Logo

#f8069b Color Hex

#F8069B
(248,6,155)
0 Favorites   0 Comments

Color spaces of #f8069b

RGB 2486155
HSL0.900.950.50
HSV323°98°97°
CMYK 0.000.980.38   0.03
XYZ44.692922.453332.9887
Yxy22.45330.44630.2242
Hunter Lab47.384985.4355-8.1074
CIE-Lab54.504784.9098-12.7677

#f8069b color RGB value is (248,6,155).

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

The process color (four color CMYK) of #f8069b color hex is 0.00, 0.98, 0.38, 0.03. Web safe color of #f8069b is #ff0099. Color #f8069b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000110 10011011
Octal 370 6 233
Decimal 248 6 155
Hex F8 6 9B

RGB Percentages of Color #f8069b

%60.64
%1.47
%37.90

CMYK Percentages of Color #f8069b

%0
%98
%38
%3

Triadic Colors of #f8069b

#f8069b #9bf806 #069bf8

Analogous Colors of #f8069b

#f8069b #f80622 #dc06f8

Monochromatic Colors of #f8069b

#f8069b

Complementary Color

#f8069b #06f863

#f8069b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8069b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8069b Color CSS Codes

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

#f8069b Text Font Color

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

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


#f8069b Background Color

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

This div background color is #f8069b


#f8069b Border Color

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

This div border color is #f8069b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8069b


Comments

No comments written yet.

Please login to write comment.