Color Hex Logo

#fd64fe Color Hex

#FD64FE
(253,100,254)
0 Favorites   0 Comments

Color spaces of #fd64fe

RGB 253100254
HSL0.830.990.69
HSV300°61°100°
CMYK 0.000.610.00   0.00
XYZ62.954637.152797.6191
Yxy37.15270.31840.1879
Hunter Lab60.953077.6938-52.2886
CIE-Lab67.391476.4001-49.0725

#fd64fe color RGB value is (253,100,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 11111110
Octal 375 144 376
Decimal 253 100 254
Hex FD 64 FE

RGB Percentages of Color #fd64fe

%41.68
%16.47
%41.85

CMYK Percentages of Color #fd64fe

%0
%61
%0
%0

Triadic Colors of #fd64fe

#fd64fe #fefd64 #64fefd

Analogous Colors of #fd64fe

#fd64fe #fe64b2 #b064fe

Monochromatic Colors of #fd64fe

#fd64fe

Complementary Color

#fd64fe #65fe64

#fd64fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd64fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd64fe Color CSS Codes

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

#fd64fe Text Font Color

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

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


#fd64fe Background Color

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

This div background color is #fd64fe


#fd64fe Border Color

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

This div border color is #fd64fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd64fe


Comments

No comments written yet.

Please login to write comment.