Color Hex Logo

#f87bcf Color Hex

#F87BCF
(248,123,207)
0 Favorites   0 Comments

Color spaces of #f87bcf

RGB 248123207
HSL0.890.900.73
HSV320°50°97°
CMYK 0.000.500.17   0.03
XYZ57.056838.627463.4801
Yxy38.62740.35850.2427
Hunter Lab62.150955.1053-17.0523
CIE-Lab68.480557.6467-21.4232

#f87bcf color RGB value is (248,123,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111011 11001111
Octal 370 173 317
Decimal 248 123 207
Hex F8 7B CF

RGB Percentages of Color #f87bcf

%42.91
%21.28
%35.81

CMYK Percentages of Color #f87bcf

%0
%50
%17
%3

Triadic Colors of #f87bcf

#f87bcf #cff87b #7bcff8

Analogous Colors of #f87bcf

#f87bcf #f87b91 #e37bf8

Monochromatic Colors of #f87bcf

#f87bcf

Complementary Color

#f87bcf #7bf8a4

#f87bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87bcf Color CSS Codes

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

#f87bcf Text Font Color

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

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


#f87bcf Background Color

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

This div background color is #f87bcf


#f87bcf Border Color

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

This div border color is #f87bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87bcf


Comments

No comments written yet.

Please login to write comment.