Color Hex Logo

#fc21cd Color Hex

#FC21CD
(252,33,205)
0 Favorites   0 Comments

Color spaces of #fc21cd

RGB 25233205
HSL0.870.970.56
HSV313°87°99°
CMYK 0.000.870.19   0.01
XYZ51.708226.190960.0876
Yxy26.19090.37470.1898
Hunter Lab51.177090.7928-33.7892
CIE-Lab58.217888.2681-36.0865

#fc21cd color RGB value is (252,33,205).

#fc21cd hex color red value is 252, green value is 33 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fc21cd hue: 0.87 , saturation: 0.97 and the lightness value of fc21cd is 0.56.

The process color (four color CMYK) of #fc21cd color hex is 0.00, 0.87, 0.19, 0.01. Web safe color of #fc21cd is #ff33cc. Color #fc21cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100001 11001101
Octal 374 41 315
Decimal 252 33 205
Hex FC 21 CD

RGB Percentages of Color #fc21cd

%51.43
%6.73
%41.84

CMYK Percentages of Color #fc21cd

%0
%87
%19
%1

Triadic Colors of #fc21cd

#fc21cd #cdfc21 #21cdfc

Analogous Colors of #fc21cd

#fc21cd #fc2160 #be21fc

Monochromatic Colors of #fc21cd

#fc21cd

Complementary Color

#fc21cd #21fc50

#fc21cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc21cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc21cd Color CSS Codes

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

#fc21cd Text Font Color

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

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


#fc21cd Background Color

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

This div background color is #fc21cd


#fc21cd Border Color

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

This div border color is #fc21cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc21cd

#fc21cd Color Palettes


Comments

No comments written yet.

Please login to write comment.