Color Hex Logo

#f06aad Color Hex

#F06AAD
(240,106,173)
0 Favorites   0 Comments

Color spaces of #f06aad

RGB 240106173
HSL0.920.820.68
HSV330°56°94°
CMYK 0.000.560.28   0.06
XYZ48.632031.850543.1197
Yxy31.85050.39350.2577
Hunter Lab56.436255.0528-5.7947
CIE-Lab63.219158.4504-10.2860

#f06aad color RGB value is (240,106,173).

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

The process color (four color CMYK) of #f06aad color hex is 0.00, 0.56, 0.28, 0.06. Web safe color of #f06aad is #ff6699. Color #f06aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01101010 10101101
Octal 360 152 255
Decimal 240 106 173
Hex F0 6A AD

RGB Percentages of Color #f06aad

%46.24
%20.42
%33.33

CMYK Percentages of Color #f06aad

%0
%56
%28
%6

Triadic Colors of #f06aad

#f06aad #adf06a #6aadf0

Analogous Colors of #f06aad

#f06aad #f06a6a #f06af0

Monochromatic Colors of #f06aad

#f06aad

Complementary Color

#f06aad #6af0ad

#f06aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f06aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f06aad Color CSS Codes

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

#f06aad Text Font Color

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

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


#f06aad Background Color

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

This div background color is #f06aad


#f06aad Border Color

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

This div border color is #f06aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,106,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f06aad


Comments

No comments written yet.

Please login to write comment.