Color Hex Logo

#f68abb Color Hex

#F68ABB
(246,138,187)
0 Favorites   0 Comments

Color spaces of #f68abb

RGB 246138187
HSL0.920.860.75
HSV333°44°96°
CMYK 0.000.440.24   0.04
XYZ56.064241.357652.0416
Yxy41.35760.37510.2767
Hunter Lab64.309943.0708-2.9624
CIE-Lab70.425746.8019-7.3625

#f68abb color RGB value is (246,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 10111011
Octal 366 212 273
Decimal 246 138 187
Hex F6 8A BB

RGB Percentages of Color #f68abb

%43.08
%24.17
%32.75

CMYK Percentages of Color #f68abb

%0
%44
%24
%4

Triadic Colors of #f68abb

#f68abb #bbf68a #8abbf6

Analogous Colors of #f68abb

#f68abb #f68f8a #f68af1

Monochromatic Colors of #f68abb

#f68abb

Complementary Color

#f68abb #8af6c5

#f68abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68abb Color CSS Codes

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

#f68abb Text Font Color

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

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


#f68abb Background Color

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

This div background color is #f68abb


#f68abb Border Color

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

This div border color is #f68abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68abb


Comments

No comments written yet.

Please login to write comment.