Color Hex Logo

#f87bcb Color Hex

#F87BCB
(248,123,203)
0 Favorites   0 Comments

Color spaces of #f87bcb

RGB 248123203
HSL0.890.900.73
HSV322°50°97°
CMYK 0.000.500.18   0.03
XYZ56.573938.434260.9367
Yxy38.43420.36280.2465
Hunter Lab61.995354.3986-14.8808
CIE-Lab68.339457.0615-19.4046

#f87bcb color RGB value is (248,123,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 01111011 11001011
Octal 370 173 313
Decimal 248 123 203
Hex F8 7B CB

RGB Percentages of Color #f87bcb

%43.21
%21.43
%35.37

CMYK Percentages of Color #f87bcb

%0
%50
%18
%3

Triadic Colors of #f87bcb

#f87bcb #cbf87b #7bcbf8

Analogous Colors of #f87bcb

#f87bcb #f87b8d #e77bf8

Monochromatic Colors of #f87bcb

#f87bcb

Complementary Color

#f87bcb #7bf8a8

#f87bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f87bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f87bcb Color CSS Codes

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

#f87bcb Text Font Color

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

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


#f87bcb Background Color

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

This div background color is #f87bcb


#f87bcb Border Color

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

This div border color is #f87bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f87bcb


Comments

No comments written yet.

Please login to write comment.