Color Hex Logo

#f682ba Color Hex

#F682BA
(246,130,186)
0 Favorites   0 Comments

Color spaces of #f682ba

RGB 246130186
HSL0.920.870.74
HSV331°47°96°
CMYK 0.000.470.24   0.04
XYZ54.851639.103351.1111
Yxy39.10330.37810.2696
Hunter Lab62.532647.1423-4.6879
CIE-Lab68.826050.6519-9.1831

#f682ba color RGB value is (246,130,186).

#f682ba hex color red value is 246, green value is 130 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f682ba hue: 0.92 , saturation: 0.87 and the lightness value of f682ba is 0.74.

The process color (four color CMYK) of #f682ba color hex is 0.00, 0.47, 0.24, 0.04. Web safe color of #f682ba is #ff99cc. Color #f682ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000010 10111010
Octal 366 202 272
Decimal 246 130 186
Hex F6 82 BA

RGB Percentages of Color #f682ba

%43.77
%23.13
%33.10

CMYK Percentages of Color #f682ba

%0
%47
%24
%4

Triadic Colors of #f682ba

#f682ba #baf682 #82baf6

Analogous Colors of #f682ba

#f682ba #f68482 #f682f4

Monochromatic Colors of #f682ba

#f682ba

Complementary Color

#f682ba #82f6be

#f682ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f682ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f682ba Color CSS Codes

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

#f682ba Text Font Color

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

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


#f682ba Background Color

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

This div background color is #f682ba


#f682ba Border Color

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

This div border color is #f682ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f682ba


Comments

No comments written yet.

Please login to write comment.