Color Hex Logo

#fc3cdd Color Hex

#FC3CDD
(252,60,221)
0 Favorites   0 Comments

Color spaces of #fc3cdd

RGB 25260221
HSL0.860.970.61
HSV310°76°99°
CMYK 0.000.760.12   0.01
XYZ54.811929.147671.1438
Yxy29.14760.35340.1879
Hunter Lab53.988586.7424-40.3379
CIE-Lab60.911784.6651-40.9428

#fc3cdd color RGB value is (252,60,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111100 11011101
Octal 374 74 335
Decimal 252 60 221
Hex FC 3C DD

RGB Percentages of Color #fc3cdd

%47.28
%11.26
%41.46

CMYK Percentages of Color #fc3cdd

%0
%76
%12
%1

Triadic Colors of #fc3cdd

#fc3cdd #ddfc3c #3cddfc

Analogous Colors of #fc3cdd

#fc3cdd #fc3c7d #bb3cfc

Monochromatic Colors of #fc3cdd

#fc3cdd

Complementary Color

#fc3cdd #3cfc5b

#fc3cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3cdd Color CSS Codes

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

#fc3cdd Text Font Color

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

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


#fc3cdd Background Color

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

This div background color is #fc3cdd


#fc3cdd Border Color

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

This div border color is #fc3cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3cdd

Related Colors


Comments

No comments written yet.

Please login to write comment.