Color Hex Logo

#fc8bcb Color Hex

#FC8BCB
(252,139,203)
0 Favorites   0 Comments

Color spaces of #fc8bcb

RGB 252139203
HSL0.910.950.77
HSV326°45°99°
CMYK 0.000.450.19   0.01
XYZ60.157043.472561.7203
Yxy43.47250.36380.2629
Hunter Lab65.933747.4771-9.3476
CIE-Lab71.874550.5224-14.0131

#fc8bcb color RGB value is (252,139,203).

#fc8bcb hex color red value is 252, green value is 139 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fc8bcb hue: 0.91 , saturation: 0.95 and the lightness value of fc8bcb is 0.77.

The process color (four color CMYK) of #fc8bcb color hex is 0.00, 0.45, 0.19, 0.01. Web safe color of #fc8bcb is #ff99cc. Color #fc8bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001011 11001011
Octal 374 213 313
Decimal 252 139 203
Hex FC 8B CB

RGB Percentages of Color #fc8bcb

%42.42
%23.40
%34.18

CMYK Percentages of Color #fc8bcb

%0
%45
%19
%1

Triadic Colors of #fc8bcb

#fc8bcb #cbfc8b #8bcbfc

Analogous Colors of #fc8bcb

#fc8bcb #fc8b93 #f58bfc

Monochromatic Colors of #fc8bcb

#fc8bcb

Complementary Color

#fc8bcb #8bfcbc

#fc8bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8bcb Color CSS Codes

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

#fc8bcb Text Font Color

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

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


#fc8bcb Background Color

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

This div background color is #fc8bcb


#fc8bcb Border Color

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

This div border color is #fc8bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8bcb


Comments

No comments written yet.

Please login to write comment.