Color Hex Logo

#f808af Color Hex

#F808AF
(248,8,175)
0 Favorites   0 Comments

Color spaces of #f808af

RGB 2488175
HSL0.880.940.50
HSV318°97°97°
CMYK 0.000.970.29   0.03
XYZ46.536123.225342.5876
Yxy23.22530.41420.2067
Hunter Lab48.192688.0273-18.6594
CIE-Lab55.303786.7392-23.3268

#f808af color RGB value is (248,8,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001000 10101111
Octal 370 10 257
Decimal 248 8 175
Hex F8 8 AF

RGB Percentages of Color #f808af

%57.54
%1.86
%40.60

CMYK Percentages of Color #f808af

%0
%97
%29
%3

Triadic Colors of #f808af

#f808af #aff808 #08aff8

Analogous Colors of #f808af

#f808af #f80837 #c908f8

Monochromatic Colors of #f808af

#f808af

Complementary Color

#f808af #08f851

#f808af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f808af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f808af Color CSS Codes

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

#f808af Text Font Color

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

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


#f808af Background Color

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

This div background color is #f808af


#f808af Border Color

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

This div border color is #f808af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f808af


Comments

No comments written yet.

Please login to write comment.