Color Hex Logo

#f8069d Color Hex

#F8069D
(248,6,157)
0 Favorites   0 Comments

Color spaces of #f8069d

RGB 2486157
HSL0.900.950.50
HSV323°98°97°
CMYK 0.000.980.37   0.03
XYZ44.862322.521033.8808
Yxy22.52100.44300.2224
Hunter Lab47.456385.6945-9.1099
CIE-Lab54.575585.0953-13.8458

#f8069d color RGB value is (248,6,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000110 10011101
Octal 370 6 235
Decimal 248 6 157
Hex F8 6 9D

RGB Percentages of Color #f8069d

%60.34
%1.46
%38.20

CMYK Percentages of Color #f8069d

%0
%98
%37
%3

Triadic Colors of #f8069d

#f8069d #9df806 #069df8

Analogous Colors of #f8069d

#f8069d #f80624 #da06f8

Monochromatic Colors of #f8069d

#f8069d

Complementary Color

#f8069d #06f861

#f8069d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8069d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8069d Color CSS Codes

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

#f8069d Text Font Color

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

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


#f8069d Background Color

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

This div background color is #f8069d


#f8069d Border Color

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

This div border color is #f8069d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8069d


Comments

No comments written yet.

Please login to write comment.