Color Hex Logo

#f887bd Color Hex

#F887BD
(248,135,189)
0 Favorites   0 Comments

Color spaces of #f887bd

RGB 248135189
HSL0.920.890.75
HSV331°46°97°
CMYK 0.000.460.24   0.03
XYZ56.560740.958553.0688
Yxy40.95850.37560.2720
Hunter Lab63.998845.7563-4.3650
CIE-Lab70.146849.2382-8.8655

#f887bd color RGB value is (248,135,189).

#f887bd hex color red value is 248, green value is 135 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f887bd hue: 0.92 , saturation: 0.89 and the lightness value of f887bd is 0.75.

The process color (four color CMYK) of #f887bd color hex is 0.00, 0.46, 0.24, 0.03. Web safe color of #f887bd is #ff99cc. Color #f887bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10000111 10111101
Octal 370 207 275
Decimal 248 135 189
Hex F8 87 BD

RGB Percentages of Color #f887bd

%43.36
%23.60
%33.04

CMYK Percentages of Color #f887bd

%0
%46
%24
%3

Triadic Colors of #f887bd

#f887bd #bdf887 #87bdf8

Analogous Colors of #f887bd

#f887bd #f88a87 #f887f6

Monochromatic Colors of #f887bd

#f887bd

Complementary Color

#f887bd #87f8c2

#f887bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f887bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f887bd Color CSS Codes

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

#f887bd Text Font Color

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

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


#f887bd Background Color

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

This div background color is #f887bd


#f887bd Border Color

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

This div border color is #f887bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f887bd

Related Colors


Comments

No comments written yet.

Please login to write comment.