Color Hex Logo

#fd58aa Color Hex

#FD58AA
(253,88,170)
0 Favorites   0 Comments

Color spaces of #fd58aa

RGB 25388170
HSL0.920.980.67
HSV330°65°99°
CMYK 0.000.650.33   0.01
XYZ51.253430.764441.2670
Yxy30.76440.41570.2495
Hunter Lab55.465767.8791-5.2864
CIE-Lab62.308269.4367-9.7221

#fd58aa color RGB value is (253,88,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01011000 10101010
Octal 375 130 252
Decimal 253 88 170
Hex FD 58 AA

RGB Percentages of Color #fd58aa

%49.51
%17.22
%33.27

CMYK Percentages of Color #fd58aa

%0
%65
%33
%1

Triadic Colors of #fd58aa

#fd58aa #aafd58 #58aafd

Analogous Colors of #fd58aa

#fd58aa #fd5958 #fd58fd

Monochromatic Colors of #fd58aa

#fd58aa

Complementary Color

#fd58aa #58fdab

#fd58aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd58aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd58aa Color CSS Codes

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

#fd58aa Text Font Color

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

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


#fd58aa Background Color

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

This div background color is #fd58aa


#fd58aa Border Color

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

This div border color is #fd58aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd58aa


Comments

No comments written yet.

Please login to write comment.