Color Hex Logo

#fc8bcd Color Hex

#FC8BCD
(252,139,205)
0 Favorites   0 Comments

Color spaces of #fc8bcd

RGB 252139205
HSL0.900.950.77
HSV325°45°99°
CMYK 0.000.450.19   0.01
XYZ60.396943.568562.9839
Yxy43.56850.36180.2610
Hunter Lab66.006447.8190-10.3705
CIE-Lab71.939150.8137-15.0236

#fc8bcd color RGB value is (252,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001011 11001101
Octal 374 213 315
Decimal 252 139 205
Hex FC 8B CD

RGB Percentages of Color #fc8bcd

%42.28
%23.32
%34.40

CMYK Percentages of Color #fc8bcd

%0
%45
%19
%1

Triadic Colors of #fc8bcd

#fc8bcd #cdfc8b #8bcdfc

Analogous Colors of #fc8bcd

#fc8bcd #fc8b95 #f38bfc

Monochromatic Colors of #fc8bcd

#fc8bcd

Complementary Color

#fc8bcd #8bfcba

#fc8bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8bcd Color CSS Codes

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

#fc8bcd Text Font Color

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

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


#fc8bcd Background Color

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

This div background color is #fc8bcd


#fc8bcd Border Color

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

This div border color is #fc8bcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,139,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8bcd

Related Colors


Comments

No comments written yet.

Please login to write comment.