Color Hex Logo

#fd31cc Color Hex

#FD31CC
(253,49,204)
0 Favorites   0 Comments

Color spaces of #fd31cc

RGB 25349204
HSL0.870.980.59
HSV314°81°99°
CMYK 0.000.810.19   0.01
XYZ52.505427.438959.6556
Yxy27.43890.37610.1966
Hunter Lab52.382287.2512-30.8551
CIE-Lab59.378485.3525-33.6914

#fd31cc color RGB value is (253,49,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110001 11001100
Octal 375 61 314
Decimal 253 49 204
Hex FD 31 CC

RGB Percentages of Color #fd31cc

%50.00
%9.68
%40.32

CMYK Percentages of Color #fd31cc

%0
%81
%19
%1

Triadic Colors of #fd31cc

#fd31cc #ccfd31 #31ccfd

Analogous Colors of #fd31cc

#fd31cc #fd3166 #c831fd

Monochromatic Colors of #fd31cc

#fd31cc

Complementary Color

#fd31cc #31fd62

#fd31cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd31cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd31cc Color CSS Codes

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

#fd31cc Text Font Color

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

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


#fd31cc Background Color

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

This div background color is #fd31cc


#fd31cc Border Color

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

This div border color is #fd31cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd31cc

Related Colors


Comments

No comments written yet.

Please login to write comment.