Color Hex Logo

#f82adc Color Hex

#F82ADC
(248,42,220)
0 Favorites   0 Comments

Color spaces of #f82adc

RGB 24842220
HSL0.860.940.57
HSV308°83°97°
CMYK 0.000.830.11   0.03
XYZ52.457626.779770.1143
Yxy26.77970.35120.1793
Hunter Lab51.749190.3829-44.1070
CIE-Lab58.769987.8510-43.7943

#f82adc color RGB value is (248,42,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101010 11011100
Octal 370 52 334
Decimal 248 42 220
Hex F8 2A DC

RGB Percentages of Color #f82adc

%48.63
%8.24
%43.14

CMYK Percentages of Color #f82adc

%0
%83
%11
%3

Triadic Colors of #f82adc

#f82adc #dcf82a #2adcf8

Analogous Colors of #f82adc

#f82adc #f82a75 #ad2af8

Monochromatic Colors of #f82adc

#f82adc

Complementary Color

#f82adc #2af846

#f82adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f82adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f82adc Color CSS Codes

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

#f82adc Text Font Color

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

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


#f82adc Background Color

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

This div background color is #f82adc


#f82adc Border Color

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

This div border color is #f82adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f82adc


Comments

No comments written yet.

Please login to write comment.