Color Hex Logo

#f88baf Color Hex

#F88BAF
(248,139,175)
0 Favorites   0 Comments

Color spaces of #f88baf

RGB 248139175
HSL0.940.890.76
HSV340°44°97°
CMYK 0.000.440.29   0.03
XYZ55.681941.516845.6362
Yxy41.51680.38980.2907
Hunter Lab64.433541.49673.1103
CIE-Lab70.536545.3692-0.4732

#f88baf color RGB value is (248,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001011 10101111
Octal 370 213 257
Decimal 248 139 175
Hex F8 8B AF

RGB Percentages of Color #f88baf

%44.13
%24.73
%31.14

CMYK Percentages of Color #f88baf

%0
%44
%29
%3

Triadic Colors of #f88baf

#f88baf #aff88b #8baff8

Analogous Colors of #f88baf

#f88baf #f89e8b #f88be6

Monochromatic Colors of #f88baf

#f88baf

Complementary Color

#f88baf #8bf8d4

#f88baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88baf Color CSS Codes

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

#f88baf Text Font Color

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

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


#f88baf Background Color

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

This div background color is #f88baf


#f88baf Border Color

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

This div border color is #f88baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88baf


Comments

No comments written yet.

Please login to write comment.