Color Hex Logo

#f68abf Color Hex

#F68ABF
(246,138,191)
0 Favorites   0 Comments

Color spaces of #f68abf

RGB 246138191
HSL0.920.860.75
HSV331°44°96°
CMYK 0.000.440.22   0.04
XYZ56.498541.531454.3288
Yxy41.53140.37080.2726
Hunter Lab64.444943.7116-4.8717
CIE-Lab70.546647.3607-9.4122

#f68abf color RGB value is (246,138,191).

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

The process color (four color CMYK) of #f68abf color hex is 0.00, 0.44, 0.22, 0.04. Web safe color of #f68abf is #ff99cc. Color #f68abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 10111111
Octal 366 212 277
Decimal 246 138 191
Hex F6 8A BF

RGB Percentages of Color #f68abf

%42.78
%24.00
%33.22

CMYK Percentages of Color #f68abf

%0
%44
%22
%4

Triadic Colors of #f68abf

#f68abf #bff68a #8abff6

Analogous Colors of #f68abf

#f68abf #f68b8a #f68af5

Monochromatic Colors of #f68abf

#f68abf

Complementary Color

#f68abf #8af6c1

#f68abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68abf Color CSS Codes

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

#f68abf Text Font Color

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

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


#f68abf Background Color

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

This div background color is #f68abf


#f68abf Border Color

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

This div border color is #f68abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68abf


Comments

No comments written yet.

Please login to write comment.