Color Hex Logo

#fd63cf Color Hex

#FD63CF
(253,99,207)
0 Favorites   0 Comments

Color spaces of #fd63cf

RGB 25399207
HSL0.880.970.69
HSV318°61°99°
CMYK 0.000.610.18   0.01
XYZ56.232334.311362.6905
Yxy34.31130.36700.2239
Hunter Lab58.575868.8507-22.4517
CIE-Lab65.208969.7068-26.3682

#fd63cf color RGB value is (253,99,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 11001111
Octal 375 143 317
Decimal 253 99 207
Hex FD 63 CF

RGB Percentages of Color #fd63cf

%45.26
%17.71
%37.03

CMYK Percentages of Color #fd63cf

%0
%61
%18
%1

Triadic Colors of #fd63cf

#fd63cf #cffd63 #63cffd

Analogous Colors of #fd63cf

#fd63cf #fd6382 #de63fd

Monochromatic Colors of #fd63cf

#fd63cf

Complementary Color

#fd63cf #63fd91

#fd63cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd63cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd63cf Color CSS Codes

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

#fd63cf Text Font Color

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

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


#fd63cf Background Color

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

This div background color is #fd63cf


#fd63cf Border Color

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

This div border color is #fd63cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd63cf

Related Colors


Comments

No comments written yet.

Please login to write comment.