Color Hex Logo

#f872bb Color Hex

#F872BB
(248,114,187)
0 Favorites   0 Comments

Color spaces of #f872bb

RGB 248114187
HSL0.910.910.71
HSV327°54°97°
CMYK 0.000.540.25   0.03
XYZ53.698435.578951.0509
Yxy35.57890.38270.2535
Hunter Lab59.648156.3113-8.9908
CIE-Lab66.196959.0463-13.6550

#f872bb color RGB value is (248,114,187).

#f872bb hex color red value is 248, green value is 114 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f872bb hue: 0.91 , saturation: 0.91 and the lightness value of f872bb is 0.71.

The process color (four color CMYK) of #f872bb color hex is 0.00, 0.54, 0.25, 0.03. Web safe color of #f872bb is #ff66cc. Color #f872bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110010 10111011
Octal 370 162 273
Decimal 248 114 187
Hex F8 72 BB

RGB Percentages of Color #f872bb

%45.17
%20.77
%34.06

CMYK Percentages of Color #f872bb

%0
%54
%25
%3

Triadic Colors of #f872bb

#f872bb #bbf872 #72bbf8

Analogous Colors of #f872bb

#f872bb #f87278 #f272f8

Monochromatic Colors of #f872bb

#f872bb

Complementary Color

#f872bb #72f8af

#f872bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f872bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f872bb Color CSS Codes

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

#f872bb Text Font Color

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

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


#f872bb Background Color

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

This div background color is #f872bb


#f872bb Border Color

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

This div border color is #f872bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f872bb


Comments

No comments written yet.

Please login to write comment.