Color Hex Logo

#f87cbf Color Hex

#F87CBF
(248,124,191)
0 Favorites   0 Comments

Color spaces of #f87cbf

RGB 248124191
HSL0.910.900.73
HSV328°50°97°
CMYK 0.000.500.23   0.03
XYZ55.323038.133353.7348
Yxy38.13330.37590.2591
Hunter Lab61.752251.8496-8.3658
CIE-Lab68.118754.8897-13.0179

#f87cbf color RGB value is (248,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111100 10111111
Octal 370 174 277
Decimal 248 124 191
Hex F8 7C BF

RGB Percentages of Color #f87cbf

%44.05
%22.02
%33.93

CMYK Percentages of Color #f87cbf

%0
%50
%23
%3

Triadic Colors of #f87cbf

#f87cbf #bff87c #7cbff8

Analogous Colors of #f87cbf

#f87cbf #f87c81 #f37cf8

Monochromatic Colors of #f87cbf

#f87cbf

Complementary Color

#f87cbf #7cf8b5

#f87cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87cbf Color CSS Codes

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

#f87cbf Text Font Color

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

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


#f87cbf Background Color

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

This div background color is #f87cbf


#f87cbf Border Color

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

This div border color is #f87cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87cbf


Comments

No comments written yet.

Please login to write comment.