Color Hex Logo

#fd01fa Color Hex

#FD01FA
(253,1,250)
0 Favorites   0 Comments

Color spaces of #fd01fa

RGB 2531250
HSL0.840.990.50
HSV301°100°99°
CMYK 0.001.000.01   0.01
XYZ57.774227.806592.7646
Yxy27.80650.32390.1559
Hunter Lab52.7319103.2878-67.3892
CIE-Lab59.713597.1959-59.0590

#fd01fa color RGB value is (253,1,250).

#fd01fa hex color red value is 253, green value is 1 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fd01fa hue: 0.84 , saturation: 0.99 and the lightness value of fd01fa is 0.50.

The process color (four color CMYK) of #fd01fa color hex is 0.00, 1.00, 0.01, 0.01. Web safe color of #fd01fa is #ff00ff. Color #fd01fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 11111010
Octal 375 1 372
Decimal 253 1 250
Hex FD 1 FA

RGB Percentages of Color #fd01fa

%50.20
%0.20
%49.60

CMYK Percentages of Color #fd01fa

%0
%100
%1
%1

Triadic Colors of #fd01fa

#fd01fa #fafd01 #01fafd

Analogous Colors of #fd01fa

#fd01fa #fd017c #8201fd

Monochromatic Colors of #fd01fa

#fd01fa

Complementary Color

#fd01fa #01fd04

#fd01fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd01fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd01fa Color CSS Codes

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

#fd01fa Text Font Color

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

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


#fd01fa Background Color

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

This div background color is #fd01fa


#fd01fa Border Color

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

This div border color is #fd01fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd01fa

Related Colors


Comments

No comments written yet.

Please login to write comment.