Color Hex Logo

#f82fdc Color Hex

#F82FDC
(248,47,220)
0 Favorites   0 Comments

Color spaces of #f82fdc

RGB 24847220
HSL0.860.930.58
HSV308°81°97°
CMYK 0.000.810.11   0.03
XYZ52.646227.156870.1772
Yxy27.15680.35100.1811
Hunter Lab52.112289.1328-43.3647
CIE-Lab59.119286.8362-43.2437

#f82fdc color RGB value is (248,47,220).

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

The process color (four color CMYK) of #f82fdc color hex is 0.00, 0.81, 0.11, 0.03. Web safe color of #f82fdc is #ff33cc. Color #f82fdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101111 11011100
Octal 370 57 334
Decimal 248 47 220
Hex F8 2F DC

RGB Percentages of Color #f82fdc

%48.16
%9.13
%42.72

CMYK Percentages of Color #f82fdc

%0
%81
%11
%3

Triadic Colors of #f82fdc

#f82fdc #dcf82f #2fdcf8

Analogous Colors of #f82fdc

#f82fdc #f82f78 #b02ff8

Monochromatic Colors of #f82fdc

#f82fdc

Complementary Color

#f82fdc #2ff84b

#f82fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82fdc Color CSS Codes

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

#f82fdc Text Font Color

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

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


#f82fdc Background Color

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

This div background color is #f82fdc


#f82fdc Border Color

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

This div border color is #f82fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82fdc


Comments

No comments written yet.

Please login to write comment.