Color Hex Logo

#fd4aab Color Hex

#FD4AAB
(253,74,171)
0 Favorites   0 Comments

Color spaces of #fd4aab

RGB 25374171
HSL0.910.980.64
HSV327°71°99°
CMYK 0.000.710.32   0.01
XYZ50.307528.720541.4202
Yxy28.72050.41770.2384
Hunter Lab53.591573.7766-8.3104
CIE-Lab60.534274.5644-12.9598

#fd4aab color RGB value is (253,74,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 10101011
Octal 375 112 253
Decimal 253 74 171
Hex FD 4A AB

RGB Percentages of Color #fd4aab

%50.80
%14.86
%34.34

CMYK Percentages of Color #fd4aab

%0
%71
%32
%1

Triadic Colors of #fd4aab

#fd4aab #abfd4a #4aabfd

Analogous Colors of #fd4aab

#fd4aab #fd4a51 #f64afd

Monochromatic Colors of #fd4aab

#fd4aab

Complementary Color

#fd4aab #4afd9c

#fd4aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4aab Color CSS Codes

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

#fd4aab Text Font Color

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

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


#fd4aab Background Color

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

This div background color is #fd4aab


#fd4aab Border Color

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

This div border color is #fd4aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4aab


Comments

No comments written yet.

Please login to write comment.