Color Hex Logo

#fd59fa Color Hex

#FD59FA
(253,89,250)
0 Favorites   0 Comments

Color spaces of #fd59fa

RGB 25389250
HSL0.840.980.67
HSV301°65°99°
CMYK 0.000.650.01   0.01
XYZ61.335734.929593.9518
Yxy34.92950.32250.1836
Hunter Lab59.101281.8217-52.8811
CIE-Lab65.693779.9493-49.5537

#fd59fa color RGB value is (253,89,250).

#fd59fa hex color red value is 253, green value is 89 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #fd59fa hue: 0.84 , saturation: 0.98 and the lightness value of fd59fa is 0.67.

The process color (four color CMYK) of #fd59fa color hex is 0.00, 0.65, 0.01, 0.01. Web safe color of #fd59fa is #ff66ff. Color #fd59fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011001 11111010
Octal 375 131 372
Decimal 253 89 250
Hex FD 59 FA

RGB Percentages of Color #fd59fa

%42.74
%15.03
%42.23

CMYK Percentages of Color #fd59fa

%0
%65
%1
%1

Triadic Colors of #fd59fa

#fd59fa #fafd59 #59fafd

Analogous Colors of #fd59fa

#fd59fa #fd59a8 #ae59fd

Monochromatic Colors of #fd59fa

#fd59fa

Complementary Color

#fd59fa #59fd5c

#fd59fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd59fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd59fa Color CSS Codes

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

#fd59fa Text Font Color

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

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


#fd59fa Background Color

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

This div background color is #fd59fa


#fd59fa Border Color

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

This div border color is #fd59fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,89,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fd59fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd59fa


Comments

No comments written yet.

Please login to write comment.