Color Hex Logo

#fc3bdd Color Hex

#FC3BDD
(252,59,221)
0 Favorites   0 Comments

Color spaces of #fc3bdd

RGB 25259221
HSL0.860.970.61
HSV310°77°99°
CMYK 0.000.770.12   0.01
XYZ54.760029.043871.1265
Yxy29.04380.35340.1875
Hunter Lab53.892387.0624-40.5257
CIE-Lab60.820384.9277-41.0863

#fc3bdd color RGB value is (252,59,221).

#fc3bdd hex color red value is 252, green value is 59 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fc3bdd hue: 0.86 , saturation: 0.97 and the lightness value of fc3bdd is 0.61.

The process color (four color CMYK) of #fc3bdd color hex is 0.00, 0.77, 0.12, 0.01. Web safe color of #fc3bdd is #ff33cc. Color #fc3bdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111011 11011101
Octal 374 73 335
Decimal 252 59 221
Hex FC 3B DD

RGB Percentages of Color #fc3bdd

%47.37
%11.09
%41.54

CMYK Percentages of Color #fc3bdd

%0
%77
%12
%1

Triadic Colors of #fc3bdd

#fc3bdd #ddfc3b #3bddfc

Analogous Colors of #fc3bdd

#fc3bdd #fc3b7d #bb3bfc

Monochromatic Colors of #fc3bdd

#fc3bdd

Complementary Color

#fc3bdd #3bfc5a

#fc3bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3bdd Color CSS Codes

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

#fc3bdd Text Font Color

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

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


#fc3bdd Background Color

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

This div background color is #fc3bdd


#fc3bdd Border Color

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

This div border color is #fc3bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3bdd


Comments

No comments written yet.

Please login to write comment.