Color Hex Logo

#fd63da Color Hex

#FD63DA
(253,99,218)
0 Favorites   0 Comments

Color spaces of #fd63da

RGB 25399218
HSL0.870.970.69
HSV314°61°99°
CMYK 0.000.610.14   0.01
XYZ57.624734.868370.0228
Yxy34.86830.35460.2146
Hunter Lab59.049470.8569-28.9736
CIE-Lab65.646071.2592-31.8638

#fd63da color RGB value is (253,99,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 11011010
Octal 375 143 332
Decimal 253 99 218
Hex FD 63 DA

RGB Percentages of Color #fd63da

%44.39
%17.37
%38.25

CMYK Percentages of Color #fd63da

%0
%61
%14
%1

Triadic Colors of #fd63da

#fd63da #dafd63 #63dafd

Analogous Colors of #fd63da

#fd63da #fd638d #d363fd

Monochromatic Colors of #fd63da

#fd63da

Complementary Color

#fd63da #63fd86

#fd63da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd63da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd63da Color CSS Codes

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

#fd63da Text Font Color

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

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


#fd63da Background Color

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

This div background color is #fd63da


#fd63da Border Color

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

This div border color is #fd63da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd63da

Related Colors


Comments

No comments written yet.

Please login to write comment.