Color Hex Logo

#f82fac Color Hex

#F82FAC
(248,47,172)
0 Favorites   0 Comments

Color spaces of #f82fac

RGB 24847172
HSL0.900.930.58
HSV323°81°97°
CMYK 0.000.810.31   0.03
XYZ47.174324.968041.3627
Yxy24.96800.41560.2200
Hunter Lab49.968081.0762-14.1017
CIE-Lab57.044281.0300-18.9098

#f82fac color RGB value is (248,47,172).

#f82fac hex color red value is 248, green value is 47 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f82fac hue: 0.90 , saturation: 0.93 and the lightness value of f82fac is 0.58.

The process color (four color CMYK) of #f82fac color hex is 0.00, 0.81, 0.31, 0.03. Web safe color of #f82fac is #ff3399. Color #f82fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101111 10101100
Octal 370 57 254
Decimal 248 47 172
Hex F8 2F AC

RGB Percentages of Color #f82fac

%53.10
%10.06
%36.83

CMYK Percentages of Color #f82fac

%0
%81
%31
%3

Triadic Colors of #f82fac

#f82fac #acf82f #2facf8

Analogous Colors of #f82fac

#f82fac #f82f48 #e02ff8

Monochromatic Colors of #f82fac

#f82fac

Complementary Color

#f82fac #2ff87b

#f82fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82fac Color CSS Codes

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

#f82fac Text Font Color

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

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


#f82fac Background Color

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

This div background color is #f82fac


#f82fac Border Color

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

This div border color is #f82fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82fac


Comments

No comments written yet.

Please login to write comment.