Color Hex Logo

#fd20ca Color Hex

#FD20CA
(253,32,202)
0 Favorites   0 Comments

Color spaces of #fd20ca

RGB 25332202
HSL0.870.980.56
HSV314°87°99°
CMYK 0.000.870.20   0.01
XYZ51.685226.179958.2062
Yxy26.17990.37980.1924
Hunter Lab51.166390.7692-31.6312
CIE-Lab58.207488.2524-34.3741

#fd20ca color RGB value is (253,32,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00100000 11001010
Octal 375 40 312
Decimal 253 32 202
Hex FD 20 CA

RGB Percentages of Color #fd20ca

%51.95
%6.57
%41.48

CMYK Percentages of Color #fd20ca

%0
%87
%20
%1

Triadic Colors of #fd20ca

#fd20ca #cafd20 #20cafd

Analogous Colors of #fd20ca

#fd20ca #fd205b #c220fd

Monochromatic Colors of #fd20ca

#fd20ca

Complementary Color

#fd20ca #20fd53

#fd20ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd20ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd20ca Color CSS Codes

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

#fd20ca Text Font Color

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

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


#fd20ca Background Color

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

This div background color is #fd20ca


#fd20ca Border Color

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

This div border color is #fd20ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd20ca


Comments

No comments written yet.

Please login to write comment.