color codes Logo

#f878bd color codes

#F878BD
(248,120,189)
0 Favorites   0 Comments

Color spaces of #f878bd

RGB 248120189
HSL0.910.900.72
HSV328°52°97°
CMYK 0.000.520.24   0.03
XYZ54.613237.063552.4197
Yxy37.06350.37900.2572
Hunter Lab60.879853.5866-8.4350
CIE-Lab67.324656.5194-13.0870

#f878bd color RGB value is (248,120,189).

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

The process color (four color CMYK) of #f878bd color code is 0.00, 0.52, 0.24, 0.03. Web safe color of #f878bd is #ff66cc. Color #f878bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111000 10111101
Octal 370 170 275
Decimal 248 120 189
Hex F8 78 BD

RGB Percentages of Color #f878bd

%44.52
%21.54
%33.93

CMYK Percentages of Color #f878bd

%0
%52
%24
%3

Triadic Colors of #f878bd

#f878bd #bdf878 #78bdf8

Analogous Colors of #f878bd

#f878bd #f8787d #f378f8

Monochromatic Colors of #f878bd

#f878bd

Complementary Color

#f878bd #78f8b3

#f878bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f878bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f878bd Color CSS Codes

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

#f878bd Text Font Color

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

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


#f878bd Background Color

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

This div background color is #f878bd


#f878bd Border Color

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

This div border color is #f878bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f878bd


Comments

No comments written yet.

Please login to write comment.