Color Hex Logo

#fd44ff Color Hex

#FD44FF
(253,68,255)
0 Favorites   0 Comments

Color spaces of #fd44ff

RGB 25368255
HSL0.831.000.63
HSV299°73°100°
CMYK 0.010.730.00   0.00
XYZ60.625132.236997.6348
Yxy32.23690.31820.1692
Hunter Lab56.777591.2354-62.2109
CIE-Lab63.538287.5653-55.7264

#fd44ff color RGB value is (253,68,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000100 11111111
Octal 375 104 377
Decimal 253 68 255
Hex FD 44 FF

RGB Percentages of Color #fd44ff

%43.92
%11.81
%44.27

CMYK Percentages of Color #fd44ff

%1
%73
%0
%0

Triadic Colors of #fd44ff

#fd44ff #fffd44 #44fffd

Analogous Colors of #fd44ff

#fd44ff #ff44a4 #a044ff

Monochromatic Colors of #fd44ff

#fd44ff

Complementary Color

#fd44ff #46ff44

#fd44ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd44ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd44ff Color CSS Codes

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

#fd44ff Text Font Color

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

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


#fd44ff Background Color

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

This div background color is #fd44ff


#fd44ff Border Color

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

This div border color is #fd44ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd44ff

Related Colors


Comments

No comments written yet.

Please login to write comment.