Color Hex Logo

#f68aba Color Hex

#F68ABA
(246,138,186)
0 Favorites   0 Comments

Color spaces of #f68aba

RGB 246138186
HSL0.930.860.75
HSV333°44°96°
CMYK 0.000.440.24   0.04
XYZ55.957441.315051.4797
Yxy41.31500.37620.2777
Hunter Lab64.276742.9124-2.4921
CIE-Lab70.396146.6634-6.8489

#f68aba color RGB value is (246,138,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 10001010 10111010
Octal 366 212 272
Decimal 246 138 186
Hex F6 8A BA

RGB Percentages of Color #f68aba

%43.16
%24.21
%32.63

CMYK Percentages of Color #f68aba

%0
%44
%24
%4

Triadic Colors of #f68aba

#f68aba #baf68a #8abaf6

Analogous Colors of #f68aba

#f68aba #f6908a #f68af0

Monochromatic Colors of #f68aba

#f68aba

Complementary Color

#f68aba #8af6c6

#f68aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f68aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f68aba Color CSS Codes

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

#f68aba Text Font Color

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

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


#f68aba Background Color

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

This div background color is #f68aba


#f68aba Border Color

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

This div border color is #f68aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f68aba


Comments

No comments written yet.

Please login to write comment.