Color Hex Logo

#fd61ff Color Hex

#FD61FF
(253,97,255)
0 Favorites   0 Comments

Color spaces of #fd61ff

RGB 25397255
HSL0.831.000.69
HSV299°62°100°
CMYK 0.010.620.00   0.00
XYZ62.832736.652098.3706
Yxy36.65200.31760.1852
Hunter Lab60.540979.3106-53.9594
CIE-Lab67.015177.7407-50.2149

#fd61ff color RGB value is (253,97,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 11111111
Octal 375 141 377
Decimal 253 97 255
Hex FD 61 FF

RGB Percentages of Color #fd61ff

%41.82
%16.03
%42.15

CMYK Percentages of Color #fd61ff

%1
%62
%0
%0

Triadic Colors of #fd61ff

#fd61ff #fffd61 #61fffd

Analogous Colors of #fd61ff

#fd61ff #ff61b2 #ae61ff

Monochromatic Colors of #fd61ff

#fd61ff

Complementary Color

#fd61ff #63ff61

#fd61ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd61ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd61ff Color CSS Codes

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

#fd61ff Text Font Color

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

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


#fd61ff Background Color

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

This div background color is #fd61ff


#fd61ff Border Color

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

This div border color is #fd61ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd61ff

Related Colors

#fd61ff Color Palettes


Comments

No comments written yet.

Please login to write comment.