Color Hex Logo

#f06adc Color Hex

#F06ADC
(240,106,220)
0 Favorites   0 Comments

Color spaces of #f06adc

RGB 240106220
HSL0.860.820.68
HSV309°56°94°
CMYK 0.000.560.08   0.06
XYZ54.007534.000671.4264
Yxy34.00060.33870.2133
Hunter Lab58.310063.2864-31.8098
CIE-Lab64.963065.1563-34.1871

#f06adc color RGB value is (240,106,220).

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

The process color (four color CMYK) of #f06adc color hex is 0.00, 0.56, 0.08, 0.06. Web safe color of #f06adc is #ff66cc. Color #f06adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101010 11011100
Octal 360 152 334
Decimal 240 106 220
Hex F0 6A DC

RGB Percentages of Color #f06adc

%42.40
%18.73
%38.87

CMYK Percentages of Color #f06adc

%0
%56
%8
%6

Triadic Colors of #f06adc

#f06adc #dcf06a #6adcf0

Analogous Colors of #f06adc

#f06adc #f06a99 #c16af0

Monochromatic Colors of #f06adc

#f06adc

Complementary Color

#f06adc #6af07e

#f06adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06adc Color CSS Codes

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

#f06adc Text Font Color

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

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


#f06adc Background Color

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

This div background color is #f06adc


#f06adc Border Color

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

This div border color is #f06adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06adc


Comments

No comments written yet.

Please login to write comment.