Color Hex Logo

#f82faf Color Hex

#F82FAF
(248,47,175)
0 Favorites   0 Comments

Color spaces of #f82faf

RGB 24847175
HSL0.890.930.58
HSV322°81°97°
CMYK 0.000.810.29   0.03
XYZ47.465825.084642.8975
Yxy25.08460.41110.2173
Hunter Lab50.084581.5190-15.7228
CIE-Lab57.157881.3544-20.4839

#f82faf color RGB value is (248,47,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101111 10101111
Octal 370 57 257
Decimal 248 47 175
Hex F8 2F AF

RGB Percentages of Color #f82faf

%52.77
%10.00
%37.23

CMYK Percentages of Color #f82faf

%0
%81
%29
%3

Triadic Colors of #f82faf

#f82faf #aff82f #2faff8

Analogous Colors of #f82faf

#f82faf #f82f4b #dd2ff8

Monochromatic Colors of #f82faf

#f82faf

Complementary Color

#f82faf #2ff878

#f82faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82faf Color CSS Codes

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

#f82faf Text Font Color

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

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


#f82faf Background Color

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

This div background color is #f82faf


#f82faf Border Color

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

This div border color is #f82faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82faf


Comments

No comments written yet.

Please login to write comment.