Color Hex Logo

#fd21cc Color Hex

#FD21CC
(253,33,204)
0 Favorites   0 Comments

Color spaces of #fd21cc

RGB 25333204
HSL0.870.980.56
HSV313°87°99°
CMYK 0.000.870.19   0.01
XYZ51.951026.330059.4708
Yxy26.33000.37710.1911
Hunter Lab51.312890.9229-32.7974
CIE-Lab58.349088.3406-35.2971

#fd21cc color RGB value is (253,33,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100001 11001100
Octal 375 41 314
Decimal 253 33 204
Hex FD 21 CC

RGB Percentages of Color #fd21cc

%51.63
%6.73
%41.63

CMYK Percentages of Color #fd21cc

%0
%87
%19
%1

Triadic Colors of #fd21cc

#fd21cc #ccfd21 #21ccfd

Analogous Colors of #fd21cc

#fd21cc #fd215e #c021fd

Monochromatic Colors of #fd21cc

#fd21cc

Complementary Color

#fd21cc #21fd52

#fd21cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd21cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd21cc Color CSS Codes

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

#fd21cc Text Font Color

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

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


#fd21cc Background Color

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

This div background color is #fd21cc


#fd21cc Border Color

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

This div border color is #fd21cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,33,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd21cc


Comments

No comments written yet.

Please login to write comment.