Color Hex Logo

#f62adc Color Hex

#F62ADC
(246,42,220)
0 Favorites   0 Comments

Color spaces of #f62adc

RGB 24642220
HSL0.850.920.56
HSV308°83°96°
CMYK 0.000.830.11   0.04
XYZ51.752326.416170.0813
Yxy26.41610.34910.1782
Hunter Lab51.396689.7913-44.8667
CIE-Lab58.429987.4698-44.3533

#f62adc color RGB value is (246,42,220).

#f62adc hex color red value is 246, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f62adc hue: 0.85 , saturation: 0.92 and the lightness value of f62adc is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 00101010 11011100
Octal 366 52 334
Decimal 246 42 220
Hex F6 2A DC

RGB Percentages of Color #f62adc

%48.43
%8.27
%43.31

CMYK Percentages of Color #f62adc

%0
%83
%11
%4

Triadic Colors of #f62adc

#f62adc #dcf62a #2adcf6

Analogous Colors of #f62adc

#f62adc #f62a76 #aa2af6

Monochromatic Colors of #f62adc

#f62adc

Complementary Color

#f62adc #2af644

#f62adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f62adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f62adc Color CSS Codes

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

#f62adc Text Font Color

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

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


#f62adc Background Color

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

This div background color is #f62adc


#f62adc Border Color

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

This div border color is #f62adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f62adc


Comments

No comments written yet.

Please login to write comment.