Color Hex Logo

#fd50cc Color Hex

#FD50CC
(253,80,204)
0 Favorites   0 Comments

Color spaces of #fd50cc

RGB 25380204
HSL0.880.980.65
HSV317°68°99°
CMYK 0.000.680.19   0.01
XYZ54.275830.979660.2458
Yxy30.97960.37300.2129
Hunter Lab55.659376.6592-25.2141
CIE-Lab62.490476.4989-28.8638

#fd50cc color RGB value is (253,80,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 11001100
Octal 375 120 314
Decimal 253 80 204
Hex FD 50 CC

RGB Percentages of Color #fd50cc

%47.11
%14.90
%37.99

CMYK Percentages of Color #fd50cc

%0
%68
%19
%1

Triadic Colors of #fd50cc

#fd50cc #ccfd50 #50ccfd

Analogous Colors of #fd50cc

#fd50cc #fd5076 #d850fd

Monochromatic Colors of #fd50cc

#fd50cc

Complementary Color

#fd50cc #50fd81

#fd50cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd50cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd50cc Color CSS Codes

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

#fd50cc Text Font Color

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

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


#fd50cc Background Color

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

This div background color is #fd50cc


#fd50cc Border Color

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

This div border color is #fd50cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd50cc

Related Colors


Comments

No comments written yet.

Please login to write comment.