Color Hex Logo

#fd63fe Color Hex

#FD63FE
(253,99,254)
0 Favorites   0 Comments

Color spaces of #fd63fe

RGB 25399254
HSL0.830.990.69
HSV300°61°100°
CMYK 0.000.610.00   0.00
XYZ62.859236.962197.5873
Yxy36.96210.31840.1872
Hunter Lab60.796578.1624-52.6117
CIE-Lab67.248676.7956-49.2979

#fd63fe color RGB value is (253,99,254).

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

The process color (four color CMYK) of #fd63fe color hex is 0.00, 0.61, 0.00, 0.00. Web safe color of #fd63fe is #ff66ff. Color #fd63fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100011 11111110
Octal 375 143 376
Decimal 253 99 254
Hex FD 63 FE

RGB Percentages of Color #fd63fe

%41.75
%16.34
%41.91

CMYK Percentages of Color #fd63fe

%0
%61
%0
%0

Triadic Colors of #fd63fe

#fd63fe #fefd63 #63fefd

Analogous Colors of #fd63fe

#fd63fe #fe63b2 #b063fe

Monochromatic Colors of #fd63fe

#fd63fe

Complementary Color

#fd63fe #64fe63

#fd63fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd63fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd63fe Color CSS Codes

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

#fd63fe Text Font Color

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

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


#fd63fe Background Color

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

This div background color is #fd63fe


#fd63fe Border Color

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

This div border color is #fd63fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd63fe

Related Colors


Comments

No comments written yet.

Please login to write comment.