Color Hex Logo

#fc8bdd Color Hex

#FC8BDD
(252,139,221)
0 Favorites   0 Comments

Color spaces of #fc8bdd

RGB 252139221
HSL0.880.950.77
HSV316°45°99°
CMYK 0.000.450.12   0.01
XYZ62.428644.381173.6827
Yxy44.38110.34590.2459
Hunter Lab66.619150.6883-18.9431
CIE-Lab72.482553.2386-23.0335

#fc8bdd color RGB value is (252,139,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001011 11011101
Octal 374 213 335
Decimal 252 139 221
Hex FC 8B DD

RGB Percentages of Color #fc8bdd

%41.18
%22.71
%36.11

CMYK Percentages of Color #fc8bdd

%0
%45
%12
%1

Triadic Colors of #fc8bdd

#fc8bdd #ddfc8b #8bddfc

Analogous Colors of #fc8bdd

#fc8bdd #fc8ba5 #e38bfc

Monochromatic Colors of #fc8bdd

#fc8bdd

Complementary Color

#fc8bdd #8bfcaa

#fc8bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8bdd Color CSS Codes

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

#fc8bdd Text Font Color

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

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


#fc8bdd Background Color

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

This div background color is #fc8bdd


#fc8bdd Border Color

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

This div border color is #fc8bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8bdd


Comments

No comments written yet.

Please login to write comment.