Color Hex Logo

#fd58fa Color Hex

#FD58FA
(253,88,250)
0 Favorites   0 Comments

Color spaces of #fd58fa

RGB 25388250
HSL0.840.980.67
HSV301°65°99°
CMYK 0.000.650.01   0.01
XYZ61.253134.764293.9243
Yxy34.76420.32250.1830
Hunter Lab58.961282.2566-53.1753
CIE-Lab65.564780.3116-49.7577

#fd58fa color RGB value is (253,88,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 11111010
Octal 375 130 372
Decimal 253 88 250
Hex FD 58 FA

RGB Percentages of Color #fd58fa

%42.81
%14.89
%42.30

CMYK Percentages of Color #fd58fa

%0
%65
%1
%1

Triadic Colors of #fd58fa

#fd58fa #fafd58 #58fafd

Analogous Colors of #fd58fa

#fd58fa #fd58a8 #ae58fd

Monochromatic Colors of #fd58fa

#fd58fa

Complementary Color

#fd58fa #58fd5b

#fd58fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd58fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd58fa Color CSS Codes

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

#fd58fa Text Font Color

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

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


#fd58fa Background Color

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

This div background color is #fd58fa


#fd58fa Border Color

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

This div border color is #fd58fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd58fa

Related Colors


Comments

No comments written yet.

Please login to write comment.