Color Hex Logo

#fd48aa Color Hex

#FD48AA
(253,72,170)
0 Favorites   0 Comments

Color spaces of #fd48aa

RGB 25372170
HSL0.910.980.64
HSV328°72°99°
CMYK 0.000.720.33   0.01
XYZ50.081128.419740.8762
Yxy28.41970.41950.2381
Hunter Lab53.310174.3954-8.1442
CIE-Lab60.266075.1125-12.7849

#fd48aa color RGB value is (253,72,170).

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

The process color (four color CMYK) of #fd48aa color hex is 0.00, 0.72, 0.33, 0.01. Web safe color of #fd48aa is #ff3399. Color #fd48aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001000 10101010
Octal 375 110 252
Decimal 253 72 170
Hex FD 48 AA

RGB Percentages of Color #fd48aa

%51.11
%14.55
%34.34

CMYK Percentages of Color #fd48aa

%0
%72
%33
%1

Triadic Colors of #fd48aa

#fd48aa #aafd48 #48aafd

Analogous Colors of #fd48aa

#fd48aa #fd484f #f648fd

Monochromatic Colors of #fd48aa

#fd48aa

Complementary Color

#fd48aa #48fd9b

#fd48aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd48aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd48aa Color CSS Codes

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

#fd48aa Text Font Color

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

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


#fd48aa Background Color

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

This div background color is #fd48aa


#fd48aa Border Color

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

This div border color is #fd48aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd48aa

Related Colors


Comments

No comments written yet.

Please login to write comment.