Color Hex Logo

#fd63dc Color Hex

#FD63DC
(253,99,220)
0 Favorites   0 Comments

Color spaces of #fd63dc

RGB 25399220
HSL0.870.970.69
HSV313°61°99°
CMYK 0.000.610.13   0.01
XYZ57.888134.973671.4097
Yxy34.97360.35240.2129
Hunter Lab59.138571.2336-30.1957
CIE-Lab65.728171.5491-32.8545

#fd63dc color RGB value is (253,99,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 11011100
Octal 375 143 334
Decimal 253 99 220
Hex FD 63 DC

RGB Percentages of Color #fd63dc

%44.23
%17.31
%38.46

CMYK Percentages of Color #fd63dc

%0
%61
%13
%1

Triadic Colors of #fd63dc

#fd63dc #dcfd63 #63dcfd

Analogous Colors of #fd63dc

#fd63dc #fd638f #d163fd

Monochromatic Colors of #fd63dc

#fd63dc

Complementary Color

#fd63dc #63fd84

#fd63dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd63dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd63dc Color CSS Codes

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

#fd63dc Text Font Color

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

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


#fd63dc Background Color

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

This div background color is #fd63dc


#fd63dc Border Color

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

This div border color is #fd63dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd63dc

Related Colors


Comments

No comments written yet.

Please login to write comment.