Color Hex Logo

#f8b1bf Color Hex

#F8B1BF
(248,177,191)
0 Favorites   0 Comments

Color spaces of #f8b1bf

RGB 248177191
HSL0.970.840.83
HSV348°29°97°
CMYK 0.000.290.23   0.03
XYZ63.837555.162356.5730
Yxy55.16230.36360.3142
Hunter Lab74.271323.44906.8283
CIE-Lab79.134727.81083.2400

#f8b1bf color RGB value is (248,177,191).

#f8b1bf hex color red value is 248, green value is 177 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f8b1bf hue: 0.97 , saturation: 0.84 and the lightness value of f8b1bf is 0.83.

The process color (four color CMYK) of #f8b1bf color hex is 0.00, 0.29, 0.23, 0.03. Web safe color of #f8b1bf is #ff99cc. Color #f8b1bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10110001 10111111
Octal 370 261 277
Decimal 248 177 191
Hex F8 B1 BF

RGB Percentages of Color #f8b1bf

%40.26
%28.73
%31.01

CMYK Percentages of Color #f8b1bf

%0
%29
%23
%3

Triadic Colors of #f8b1bf

#f8b1bf #bff8b1 #b1bff8

Analogous Colors of #f8b1bf

#f8b1bf #f8c7b1 #f8b1e3

Monochromatic Colors of #f8b1bf

#f8b1bf

Complementary Color

#f8b1bf #b1f8ea

#f8b1bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8b1bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8b1bf Color CSS Codes

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

#f8b1bf Text Font Color

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

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


#f8b1bf Background Color

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

This div background color is #f8b1bf


#f8b1bf Border Color

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

This div border color is #f8b1bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8b1bf


Comments

No comments written yet.

Please login to write comment.