Color Hex Logo

#fd64ff Color Hex

#FD64FF
(253,100,255)
0 Favorites   0 Comments

Color spaces of #fd64ff

RGB 253100255
HSL0.831.000.70
HSV299°61°100°
CMYK 0.010.610.00   0.00
XYZ63.115237.217098.4648
Yxy37.21700.31750.1872
Hunter Lab61.005777.9122-52.9915
CIE-Lab67.439576.5632-49.5449

#fd64ff color RGB value is (253,100,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100100 11111111
Octal 375 144 377
Decimal 253 100 255
Hex FD 64 FF

RGB Percentages of Color #fd64ff

%41.61
%16.45
%41.94

CMYK Percentages of Color #fd64ff

%1
%61
%0
%0

Triadic Colors of #fd64ff

#fd64ff #fffd64 #64fffd

Analogous Colors of #fd64ff

#fd64ff #ff64b4 #b064ff

Monochromatic Colors of #fd64ff

#fd64ff

Complementary Color

#fd64ff #66ff64

#fd64ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd64ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd64ff Color CSS Codes

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

#fd64ff Text Font Color

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

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


#fd64ff Background Color

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

This div background color is #fd64ff


#fd64ff Border Color

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

This div border color is #fd64ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd64ff

Related Colors

#fd64ff Color Palettes


Comments

No comments written yet.

Please login to write comment.