Color Hex Logo

#f813ac Color Hex

#F813AC
(248,19,172)
0 Favorites   0 Comments

Color spaces of #f813ac

RGB 24819172
HSL0.890.940.52
HSV320°92°97°
CMYK 0.000.920.31   0.03
XYZ46.390723.400841.1015
Yxy23.40080.41830.2110
Hunter Lab48.374486.5252-16.5139
CIE-Lab55.482885.5562-21.2964

#f813ac color RGB value is (248,19,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00010011 10101100
Octal 370 23 254
Decimal 248 19 172
Hex F8 13 AC

RGB Percentages of Color #f813ac

%56.49
%4.33
%39.18

CMYK Percentages of Color #f813ac

%0
%92
%31
%3

Triadic Colors of #f813ac

#f813ac #acf813 #13acf8

Analogous Colors of #f813ac

#f813ac #f81339 #d213f8

Monochromatic Colors of #f813ac

#f813ac

Complementary Color

#f813ac #13f85f

#f813ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f813ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f813ac Color CSS Codes

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

#f813ac Text Font Color

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

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


#f813ac Background Color

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

This div background color is #f813ac


#f813ac Border Color

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

This div border color is #f813ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f813ac


Comments

No comments written yet.

Please login to write comment.