Color Hex Logo

#fd4aad Color Hex

#FD4AAD
(253,74,173)
0 Favorites   0 Comments

Color spaces of #fd4aad

RGB 25374173
HSL0.910.980.64
HSV327°71°99°
CMYK 0.000.710.32   0.01
XYZ50.499628.797342.4320
Yxy28.79730.41490.2366
Hunter Lab53.663174.0667-9.3171
CIE-Lab60.602374.7848-14.0128

#fd4aad color RGB value is (253,74,173).

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

The process color (four color CMYK) of #fd4aad color hex is 0.00, 0.71, 0.32, 0.01. Web safe color of #fd4aad is #ff3399. Color #fd4aad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 10101101
Octal 375 112 255
Decimal 253 74 173
Hex FD 4A AD

RGB Percentages of Color #fd4aad

%50.60
%14.80
%34.60

CMYK Percentages of Color #fd4aad

%0
%71
%32
%1

Triadic Colors of #fd4aad

#fd4aad #adfd4a #4aadfd

Analogous Colors of #fd4aad

#fd4aad #fd4a53 #f44afd

Monochromatic Colors of #fd4aad

#fd4aad

Complementary Color

#fd4aad #4afd9a

#fd4aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4aad Color CSS Codes

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

#fd4aad Text Font Color

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

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


#fd4aad Background Color

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

This div background color is #fd4aad


#fd4aad Border Color

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

This div border color is #fd4aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4aad

Related Colors


Comments

No comments written yet.

Please login to write comment.