Color Hex Logo

#fd32ff Color Hex

#FD32FF
(253,50,255)
0 Favorites   0 Comments

Color spaces of #fd32ff

RGB 25350255
HSL0.831.000.60
HSV299°80°100°
CMYK 0.010.800.00   0.00
XYZ59.698630.383997.3259
Yxy30.38390.31850.1621
Hunter Lab55.121696.8589-66.1008
CIE-Lab61.984192.0604-58.2023

#fd32ff color RGB value is (253,50,255).

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

The process color (four color CMYK) of #fd32ff color hex is 0.01, 0.80, 0.00, 0.00. Web safe color of #fd32ff is #ff33ff. Color #fd32ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00110010 11111111
Octal 375 62 377
Decimal 253 50 255
Hex FD 32 FF

RGB Percentages of Color #fd32ff

%45.34
%8.96
%45.70

CMYK Percentages of Color #fd32ff

%1
%80
%0
%0

Triadic Colors of #fd32ff

#fd32ff #fffd32 #32fffd

Analogous Colors of #fd32ff

#fd32ff #ff329b #9732ff

Monochromatic Colors of #fd32ff

#fd32ff

Complementary Color

#fd32ff #34ff32

#fd32ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd32ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd32ff Color CSS Codes

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

#fd32ff Text Font Color

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

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


#fd32ff Background Color

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

This div background color is #fd32ff


#fd32ff Border Color

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

This div border color is #fd32ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd32ff

Related Colors

#fd32ff Color Palettes


Comments

No comments written yet.

Please login to write comment.