Color Hex Logo

#f872bf Color Hex

#F872BF
(248,114,191)
0 Favorites   0 Comments

Color spaces of #f872bf

RGB 248114191
HSL0.900.910.71
HSV326°54°97°
CMYK 0.000.540.23   0.03
XYZ54.132735.752753.3381
Yxy35.75270.37800.2496
Hunter Lab59.793656.9621-11.0334
CIE-Lab66.330559.5817-15.7112

#f872bf color RGB value is (248,114,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110010 10111111
Octal 370 162 277
Decimal 248 114 191
Hex F8 72 BF

RGB Percentages of Color #f872bf

%44.85
%20.61
%34.54

CMYK Percentages of Color #f872bf

%0
%54
%23
%3

Triadic Colors of #f872bf

#f872bf #bff872 #72bff8

Analogous Colors of #f872bf

#f872bf #f8727c #ee72f8

Monochromatic Colors of #f872bf

#f872bf

Complementary Color

#f872bf #72f8ab

#f872bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f872bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f872bf Color CSS Codes

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

#f872bf Text Font Color

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

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


#f872bf Background Color

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

This div background color is #f872bf


#f872bf Border Color

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

This div border color is #f872bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f872bf

Related Colors


Comments

No comments written yet.

Please login to write comment.