Color Hex Logo

#fd63ce Color Hex

#FD63CE
(253,99,206)
0 Favorites   0 Comments

Color spaces of #fd63ce

RGB 25399206
HSL0.880.970.69
HSV318°61°99°
CMYK 0.000.610.19   0.01
XYZ56.110434.262662.0485
Yxy34.26260.36810.2248
Hunter Lab58.534368.6735-21.8756
CIE-Lab65.170569.5690-25.8646

#fd63ce color RGB value is (253,99,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 11001110
Octal 375 143 316
Decimal 253 99 206
Hex FD 63 CE

RGB Percentages of Color #fd63ce

%45.34
%17.74
%36.92

CMYK Percentages of Color #fd63ce

%0
%61
%19
%1

Triadic Colors of #fd63ce

#fd63ce #cefd63 #63cefd

Analogous Colors of #fd63ce

#fd63ce #fd6381 #df63fd

Monochromatic Colors of #fd63ce

#fd63ce

Complementary Color

#fd63ce #63fd92

#fd63ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd63ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd63ce Color CSS Codes

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

#fd63ce Text Font Color

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

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


#fd63ce Background Color

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

This div background color is #fd63ce


#fd63ce Border Color

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

This div border color is #fd63ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd63ce

Related Colors


Comments

No comments written yet.

Please login to write comment.