Color Hex Logo

#fd5fff Color Hex

#FD5FFF
(253,95,255)
0 Favorites   0 Comments

Color spaces of #fd5fff

RGB 25395255
HSL0.831.000.69
HSV299°63°100°
CMYK 0.010.630.00   0.00
XYZ62.650236.287198.3098
Yxy36.28710.31760.1840
Hunter Lab60.238880.2277-54.5943
CIE-Lab66.738778.5100-50.6517

#fd5fff color RGB value is (253,95,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011111 11111111
Octal 375 137 377
Decimal 253 95 255
Hex FD 5F FF

RGB Percentages of Color #fd5fff

%41.96
%15.75
%42.29

CMYK Percentages of Color #fd5fff

%1
%63
%0
%0

Triadic Colors of #fd5fff

#fd5fff #fffd5f #5ffffd

Analogous Colors of #fd5fff

#fd5fff #ff5fb1 #ad5fff

Monochromatic Colors of #fd5fff

#fd5fff

Complementary Color

#fd5fff #61ff5f

#fd5fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd5fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd5fff Color CSS Codes

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

#fd5fff Text Font Color

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

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


#fd5fff Background Color

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

This div background color is #fd5fff


#fd5fff Border Color

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

This div border color is #fd5fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd5fff

Related Colors


Comments

No comments written yet.

Please login to write comment.