Color Hex Logo

#f80dac Color Hex

#F80DAC
(248,13,172)
0 Favorites   0 Comments

Color spaces of #f80dac

RGB 24813172
HSL0.890.940.51
HSV319°95°97°
CMYK 0.000.950.31   0.03
XYZ46.301723.222941.0718
Yxy23.22290.41870.2100
Hunter Lab48.190187.1723-16.7990
CIE-Lab55.301286.0870-21.5747

#f80dac color RGB value is (248,13,172).

#f80dac hex color red value is 248, green value is 13 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f80dac hue: 0.89 , saturation: 0.94 and the lightness value of f80dac is 0.51.

The process color (four color CMYK) of #f80dac color hex is 0.00, 0.95, 0.31, 0.03. Web safe color of #f80dac is #ff0099. Color #f80dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00001101 10101100
Octal 370 15 254
Decimal 248 13 172
Hex F8 D AC

RGB Percentages of Color #f80dac

%57.27
%3.00
%39.72

CMYK Percentages of Color #f80dac

%0
%95
%31
%3

Triadic Colors of #f80dac

#f80dac #acf80d #0dacf8

Analogous Colors of #f80dac

#f80dac #f80d36 #cf0df8

Monochromatic Colors of #f80dac

#f80dac

Complementary Color

#f80dac #0df859

#f80dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f80dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f80dac Color CSS Codes

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

#f80dac Text Font Color

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

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


#f80dac Background Color

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

This div background color is #f80dac


#f80dac Border Color

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

This div border color is #f80dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f80dac


Comments

No comments written yet.

Please login to write comment.