Color Hex Logo

#f88bac Color Hex

#F88BAC
(248,139,172)
0 Favorites   0 Comments

Color spaces of #f88bac

RGB 248139172
HSL0.950.890.76
HSV342°44°97°
CMYK 0.000.440.31   0.03
XYZ55.390441.400344.1014
Yxy41.40030.39310.2938
Hunter Lab64.343141.06324.4022
CIE-Lab70.455544.98711.0842

#f88bac color RGB value is (248,139,172).

#f88bac hex color red value is 248, green value is 139 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f88bac hue: 0.95 , saturation: 0.89 and the lightness value of f88bac is 0.76.

The process color (four color CMYK) of #f88bac color hex is 0.00, 0.44, 0.31, 0.03. Web safe color of #f88bac is #ff9999. Color #f88bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001011 10101100
Octal 370 213 254
Decimal 248 139 172
Hex F8 8B AC

RGB Percentages of Color #f88bac

%44.36
%24.87
%30.77

CMYK Percentages of Color #f88bac

%0
%44
%31
%3

Triadic Colors of #f88bac

#f88bac #acf88b #8bacf8

Analogous Colors of #f88bac

#f88bac #f8a18b #f88be3

Monochromatic Colors of #f88bac

#f88bac

Complementary Color

#f88bac #8bf8d7

#f88bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88bac Color CSS Codes

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

#f88bac Text Font Color

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

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


#f88bac Background Color

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

This div background color is #f88bac


#f88bac Border Color

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

This div border color is #f88bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88bac


Comments

No comments written yet.

Please login to write comment.