Color Hex Logo

#fd53cc Color Hex

#FD53CC
(253,83,204)
0 Favorites   0 Comments

Color spaces of #fd53cc

RGB 25383204
HSL0.880.980.66
HSV317°67°99°
CMYK 0.000.670.19   0.01
XYZ54.500431.428860.3206
Yxy31.42880.37270.2149
Hunter Lab56.061475.4223-24.5515
CIE-Lab62.868075.4429-28.2808

#fd53cc color RGB value is (253,83,204).

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

The process color (four color CMYK) of #fd53cc color hex is 0.00, 0.67, 0.19, 0.01. Web safe color of #fd53cc is #ff66cc. Color #fd53cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010011 11001100
Octal 375 123 314
Decimal 253 83 204
Hex FD 53 CC

RGB Percentages of Color #fd53cc

%46.85
%15.37
%37.78

CMYK Percentages of Color #fd53cc

%0
%67
%19
%1

Triadic Colors of #fd53cc

#fd53cc #ccfd53 #53ccfd

Analogous Colors of #fd53cc

#fd53cc #fd5377 #d953fd

Monochromatic Colors of #fd53cc

#fd53cc

Complementary Color

#fd53cc #53fd84

#fd53cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd53cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd53cc Color CSS Codes

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

#fd53cc Text Font Color

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

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


#fd53cc Background Color

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

This div background color is #fd53cc


#fd53cc Border Color

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

This div border color is #fd53cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd53cc

Related Colors


Comments

No comments written yet.

Please login to write comment.