Color Hex Logo

#f680ad Color Hex

#F680AD
(246,128,173)
0 Favorites   0 Comments

Color spaces of #f680ad

RGB 246128173
HSL0.940.870.73
HSV337°48°96°
CMYK 0.000.480.30   0.04
XYZ53.268038.048344.0717
Yxy38.04830.39340.2810
Hunter Lab61.683346.20190.8166
CIE-Lab68.056249.9249-3.0193

#f680ad color RGB value is (246,128,173).

#f680ad hex color red value is 246, green value is 128 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #f680ad hue: 0.94 , saturation: 0.87 and the lightness value of f680ad is 0.73.

The process color (four color CMYK) of #f680ad color hex is 0.00, 0.48, 0.30, 0.04. Web safe color of #f680ad is #ff9999. Color #f680ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000000 10101101
Octal 366 200 255
Decimal 246 128 173
Hex F6 80 AD

RGB Percentages of Color #f680ad

%44.97
%23.40
%31.63

CMYK Percentages of Color #f680ad

%0
%48
%30
%4

Triadic Colors of #f680ad

#f680ad #adf680 #80adf6

Analogous Colors of #f680ad

#f680ad #f68e80 #f680e8

Monochromatic Colors of #f680ad

#f680ad

Complementary Color

#f680ad #80f6c9

#f680ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f680ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f680ad Color CSS Codes

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

#f680ad Text Font Color

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

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


#f680ad Background Color

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

This div background color is #f680ad


#f680ad Border Color

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

This div border color is #f680ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f680ad


Comments

No comments written yet.

Please login to write comment.