Color Hex Logo

#fd50aa Color Hex

#FD50AA
(253,80,170)
0 Favorites   0 Comments

Color spaces of #fd50aa

RGB 25380170
HSL0.910.980.65
HSV329°68°99°
CMYK 0.000.680.33   0.01
XYZ50.632429.522241.0600
Yxy29.52220.41770.2436
Hunter Lab54.334371.2533-6.7709
CIE-Lab61.239872.3919-11.3219

#fd50aa color RGB value is (253,80,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010000 10101010
Octal 375 120 252
Decimal 253 80 170
Hex FD 50 AA

RGB Percentages of Color #fd50aa

%50.30
%15.90
%33.80

CMYK Percentages of Color #fd50aa

%0
%68
%33
%1

Triadic Colors of #fd50aa

#fd50aa #aafd50 #50aafd

Analogous Colors of #fd50aa

#fd50aa #fd5053 #fa50fd

Monochromatic Colors of #fd50aa

#fd50aa

Complementary Color

#fd50aa #50fda3

#fd50aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd50aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd50aa Color CSS Codes

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

#fd50aa Text Font Color

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

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


#fd50aa Background Color

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

This div background color is #fd50aa


#fd50aa Border Color

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

This div border color is #fd50aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd50aa


Comments

No comments written yet.

Please login to write comment.