Color Hex Logo

#f66adc Color Hex

#F66ADC
(246,106,220)
0 Favorites   0 Comments

Color spaces of #f66adc

RGB 246106220
HSL0.860.890.69
HSV311°57°96°
CMYK 0.000.570.11   0.04
XYZ56.078335.068271.5233
Yxy35.06820.34470.2156
Hunter Lab59.218465.4027-30.1569
CIE-Lab65.801766.7681-32.8197

#f66adc color RGB value is (246,106,220).

#f66adc hex color red value is 246, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f66adc hue: 0.86 , saturation: 0.89 and the lightness value of f66adc is 0.69.

The process color (four color CMYK) of #f66adc color hex is 0.00, 0.57, 0.11, 0.04. Web safe color of #f66adc is #ff66cc. Color #f66adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 01101010 11011100
Octal 366 152 334
Decimal 246 106 220
Hex F6 6A DC

RGB Percentages of Color #f66adc

%43.01
%18.53
%38.46

CMYK Percentages of Color #f66adc

%0
%57
%11
%4

Triadic Colors of #f66adc

#f66adc #dcf66a #6adcf6

Analogous Colors of #f66adc

#f66adc #f66a96 #ca6af6

Monochromatic Colors of #f66adc

#f66adc

Complementary Color

#f66adc #6af684

#f66adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f66adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f66adc Color CSS Codes

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

#f66adc Text Font Color

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

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


#f66adc Background Color

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

This div background color is #f66adc


#f66adc Border Color

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

This div border color is #f66adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f66adc


Comments

No comments written yet.

Please login to write comment.