Color Hex Logo

#fd4aae Color Hex

#FD4AAE
(253,74,174)
0 Favorites   0 Comments

Color spaces of #fd4aae

RGB 25374174
HSL0.910.980.64
HSV326°71°99°
CMYK 0.000.710.31   0.01
XYZ50.596828.836242.9436
Yxy28.83620.41350.2356
Hunter Lab53.699374.2131-9.8249
CIE-Lab60.636874.8958-14.5381

#fd4aae color RGB value is (253,74,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 10101110
Octal 375 112 256
Decimal 253 74 174
Hex FD 4A AE

RGB Percentages of Color #fd4aae

%50.50
%14.77
%34.73

CMYK Percentages of Color #fd4aae

%0
%71
%31
%1

Triadic Colors of #fd4aae

#fd4aae #aefd4a #4aaefd

Analogous Colors of #fd4aae

#fd4aae #fd4a55 #f34afd

Monochromatic Colors of #fd4aae

#fd4aae

Complementary Color

#fd4aae #4afd99

#fd4aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4aae Color CSS Codes

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

#fd4aae Text Font Color

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

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


#fd4aae Background Color

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

This div background color is #fd4aae


#fd4aae Border Color

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

This div border color is #fd4aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4aae


Comments

No comments written yet.

Please login to write comment.