Color Hex Logo

#fd60dc Color Hex

#FD60DC
(253,96,220)
0 Favorites   0 Comments

Color spaces of #fd60dc

RGB 25396220
HSL0.870.980.68
HSV313°62°99°
CMYK 0.000.620.13   0.01
XYZ57.609234.415771.3167
Yxy34.41570.35270.2107
Hunter Lab58.664972.6243-31.0112
CIE-Lab65.291272.7505-33.5323

#fd60dc color RGB value is (253,96,220).

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

The process color (four color CMYK) of #fd60dc color hex is 0.00, 0.62, 0.13, 0.01. Web safe color of #fd60dc is #ff66cc. Color #fd60dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100000 11011100
Octal 375 140 334
Decimal 253 96 220
Hex FD 60 DC

RGB Percentages of Color #fd60dc

%44.46
%16.87
%38.66

CMYK Percentages of Color #fd60dc

%0
%62
%13
%1

Triadic Colors of #fd60dc

#fd60dc #dcfd60 #60dcfd

Analogous Colors of #fd60dc

#fd60dc #fd608e #d060fd

Monochromatic Colors of #fd60dc

#fd60dc

Complementary Color

#fd60dc #60fd81

#fd60dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd60dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd60dc Color CSS Codes

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

#fd60dc Text Font Color

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

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


#fd60dc Background Color

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

This div background color is #fd60dc


#fd60dc Border Color

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

This div border color is #fd60dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd60dc


Comments

No comments written yet.

Please login to write comment.