Color Hex Logo

#f806af Color Hex

#F806AF
(248,6,175)
0 Favorites   0 Comments

Color spaces of #f806af

RGB 2486175
HSL0.880.950.50
HSV318°98°97°
CMYK 0.000.980.29   0.03
XYZ46.514423.181942.5804
Yxy23.18190.41430.2065
Hunter Lab48.147688.1869-18.7311
CIE-Lab55.259286.8695-23.3951

#f806af color RGB value is (248,6,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00000110 10101111
Octal 370 6 257
Decimal 248 6 175
Hex F8 6 AF

RGB Percentages of Color #f806af

%57.81
%1.40
%40.79

CMYK Percentages of Color #f806af

%0
%98
%29
%3

Triadic Colors of #f806af

#f806af #aff806 #06aff8

Analogous Colors of #f806af

#f806af #f80636 #c806f8

Monochromatic Colors of #f806af

#f806af

Complementary Color

#f806af #06f84f

#f806af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f806af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f806af Color CSS Codes

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

#f806af Text Font Color

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

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


#f806af Background Color

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

This div background color is #f806af


#f806af Border Color

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

This div border color is #f806af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f806af


Comments

No comments written yet.

Please login to write comment.