Color Hex Logo

#f684aa Color Hex

#F684AA
(246,132,170)
0 Favorites   0 Comments

Color spaces of #f684aa

RGB 246132170
HSL0.940.860.74
HSV340°46°96°
CMYK 0.000.460.31   0.04
XYZ53.513038.997642.7371
Yxy38.99760.39570.2883
Hunter Lab62.448143.67613.1378
CIE-Lab68.749547.5674-0.3152

#f684aa color RGB value is (246,132,170).

#f684aa hex color red value is 246, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f684aa hue: 0.94 , saturation: 0.86 and the lightness value of f684aa is 0.74.

The process color (four color CMYK) of #f684aa color hex is 0.00, 0.46, 0.31, 0.04. Web safe color of #f684aa is #ff9999. Color #f684aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000100 10101010
Octal 366 204 252
Decimal 246 132 170
Hex F6 84 AA

RGB Percentages of Color #f684aa

%44.89
%24.09
%31.02

CMYK Percentages of Color #f684aa

%0
%46
%31
%4

Triadic Colors of #f684aa

#f684aa #aaf684 #84aaf6

Analogous Colors of #f684aa

#f684aa #f69784 #f684e3

Monochromatic Colors of #f684aa

#f684aa

Complementary Color

#f684aa #84f6d0

#f684aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f684aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f684aa Color CSS Codes

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

#f684aa Text Font Color

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

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


#f684aa Background Color

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

This div background color is #f684aa


#f684aa Border Color

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

This div border color is #f684aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,132,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f684aa


Comments

No comments written yet.

Please login to write comment.