Color Hex Logo

#fd41ff Color Hex

#FD41FF
(253,65,255)
0 Favorites   0 Comments

Color spaces of #fd41ff

RGB 25365255
HSL0.831.000.63
HSV299°75°100°
CMYK 0.010.750.00   0.00
XYZ60.448331.883297.5758
Yxy31.88320.31830.1679
Hunter Lab56.465292.2774-62.9316
CIE-Lab63.246288.4050-56.1909

#fd41ff color RGB value is (253,65,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000001 11111111
Octal 375 101 377
Decimal 253 65 255
Hex FD 41 FF

RGB Percentages of Color #fd41ff

%44.15
%11.34
%44.50

CMYK Percentages of Color #fd41ff

%1
%75
%0
%0

Triadic Colors of #fd41ff

#fd41ff #fffd41 #41fffd

Analogous Colors of #fd41ff

#fd41ff #ff41a2 #9e41ff

Monochromatic Colors of #fd41ff

#fd41ff

Complementary Color

#fd41ff #43ff41

#fd41ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd41ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd41ff Color CSS Codes

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

#fd41ff Text Font Color

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

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


#fd41ff Background Color

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

This div background color is #fd41ff


#fd41ff Border Color

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

This div border color is #fd41ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd41ff

Related Colors

#fd41ff Color Palettes


Comments

No comments written yet.

Please login to write comment.