Color Hex Logo

#f873bd Color Hex

#F873BD
(248,115,189)
0 Favorites   0 Comments

Color spaces of #f873bd

RGB 248115189
HSL0.910.900.71
HSV327°54°97°
CMYK 0.000.540.24   0.03
XYZ54.027435.892052.2244
Yxy35.89200.38010.2525
Hunter Lab59.909956.1308-9.7470
CIE-Lab66.437358.8525-14.4220

#f873bd color RGB value is (248,115,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01110011 10111101
Octal 370 163 275
Decimal 248 115 189
Hex F8 73 BD

RGB Percentages of Color #f873bd

%44.93
%20.83
%34.24

CMYK Percentages of Color #f873bd

%0
%54
%24
%3

Triadic Colors of #f873bd

#f873bd #bdf873 #73bdf8

Analogous Colors of #f873bd

#f873bd #f8737b #f173f8

Monochromatic Colors of #f873bd

#f873bd

Complementary Color

#f873bd #73f8ae

#f873bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f873bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f873bd Color CSS Codes

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

#f873bd Text Font Color

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

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


#f873bd Background Color

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

This div background color is #f873bd


#f873bd Border Color

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

This div border color is #f873bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,115,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f873bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f873bd


Comments

No comments written yet.

Please login to write comment.