Color Hex Logo

#f68baf Color Hex

#F68BAF
(246,139,175)
0 Favorites   0 Comments

Color spaces of #f68baf

RGB 246139175
HSL0.940.860.75
HSV340°43°96°
CMYK 0.000.430.29   0.04
XYZ54.976541.153245.6032
Yxy41.15320.38790.2904
Hunter Lab64.150840.70872.7577
CIE-Lab70.283144.6871-0.8739

#f68baf color RGB value is (246,139,175).

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

The process color (four color CMYK) of #f68baf color hex is 0.00, 0.43, 0.29, 0.04. Web safe color of #f68baf is #ff9999. Color #f68baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001011 10101111
Octal 366 213 257
Decimal 246 139 175
Hex F6 8B AF

RGB Percentages of Color #f68baf

%43.93
%24.82
%31.25

CMYK Percentages of Color #f68baf

%0
%43
%29
%4

Triadic Colors of #f68baf

#f68baf #aff68b #8baff6

Analogous Colors of #f68baf

#f68baf #f69d8b #f68be5

Monochromatic Colors of #f68baf

#f68baf

Complementary Color

#f68baf #8bf6d2

#f68baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68baf Color CSS Codes

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

#f68baf Text Font Color

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

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


#f68baf Background Color

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

This div background color is #f68baf


#f68baf Border Color

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

This div border color is #f68baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68baf

Related Colors


Comments

No comments written yet.

Please login to write comment.