Color Hex Logo

#f892bb Color Hex

#F892BB
(248,146,187)
0 Favorites   0 Comments

Color spaces of #f892bb

RGB 248146187
HSL0.930.880.77
HSV336°41°97°
CMYK 0.000.410.25   0.03
XYZ57.959944.102152.4714
Yxy44.10210.37510.2854
Hunter Lab66.409439.5723-0.3596
CIE-Lab72.296743.4114-4.5661

#f892bb color RGB value is (248,146,187).

#f892bb hex color red value is 248, green value is 146 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f892bb hue: 0.93 , saturation: 0.88 and the lightness value of f892bb is 0.77.

The process color (four color CMYK) of #f892bb color hex is 0.00, 0.41, 0.25, 0.03. Web safe color of #f892bb is #ff99cc. Color #f892bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010010 10111011
Octal 370 222 273
Decimal 248 146 187
Hex F8 92 BB

RGB Percentages of Color #f892bb

%42.69
%25.13
%32.19

CMYK Percentages of Color #f892bb

%0
%41
%25
%3

Triadic Colors of #f892bb

#f892bb #bbf892 #92bbf8

Analogous Colors of #f892bb

#f892bb #f89c92 #f892ee

Monochromatic Colors of #f892bb

#f892bb

Complementary Color

#f892bb #92f8cf

#f892bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f892bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f892bb Color CSS Codes

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

#f892bb Text Font Color

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

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


#f892bb Background Color

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

This div background color is #f892bb


#f892bb Border Color

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

This div border color is #f892bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f892bb


Comments

No comments written yet.

Please login to write comment.