Color Hex Logo

#f681ba Color Hex

#F681BA
(246,129,186)
0 Favorites   0 Comments

Color spaces of #f681ba

RGB 246129186
HSL0.920.870.74
HSV331°48°96°
CMYK 0.000.480.24   0.04
XYZ54.719238.838551.0669
Yxy38.83850.37840.2685
Hunter Lab62.320547.6671-4.9592
CIE-Lab68.634151.1439-9.4691

#f681ba color RGB value is (246,129,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10000001 10111010
Octal 366 201 272
Decimal 246 129 186
Hex F6 81 BA

RGB Percentages of Color #f681ba

%43.85
%22.99
%33.16

CMYK Percentages of Color #f681ba

%0
%48
%24
%4

Triadic Colors of #f681ba

#f681ba #baf681 #81baf6

Analogous Colors of #f681ba

#f681ba #f68381 #f681f5

Monochromatic Colors of #f681ba

#f681ba

Complementary Color

#f681ba #81f6bd

#f681ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f681ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f681ba Color CSS Codes

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

#f681ba Text Font Color

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

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


#f681ba Background Color

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

This div background color is #f681ba


#f681ba Border Color

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

This div border color is #f681ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f681ba


Comments

No comments written yet.

Please login to write comment.