Color Hex Logo

#fd3aab Color Hex

#FD3AAB
(253,58,171)
0 Favorites   0 Comments

Color spaces of #fd3aab

RGB 25358171
HSL0.900.980.61
HSV325°77°99°
CMYK 0.000.770.32   0.01
XYZ49.371826.849041.1083
Yxy26.84900.42080.2288
Hunter Lab51.816079.4019-10.7666
CIE-Lab58.834379.3681-15.5259

#fd3aab color RGB value is (253,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111010 10101011
Octal 375 72 253
Decimal 253 58 171
Hex FD 3A AB

RGB Percentages of Color #fd3aab

%52.49
%12.03
%35.48

CMYK Percentages of Color #fd3aab

%0
%77
%32
%1

Triadic Colors of #fd3aab

#fd3aab #abfd3a #3aabfd

Analogous Colors of #fd3aab

#fd3aab #fd3a4a #ee3afd

Monochromatic Colors of #fd3aab

#fd3aab

Complementary Color

#fd3aab #3afd8c

#fd3aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3aab Color CSS Codes

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

#fd3aab Text Font Color

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

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


#fd3aab Background Color

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

This div background color is #fd3aab


#fd3aab Border Color

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

This div border color is #fd3aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3aab

Related Colors


Comments

No comments written yet.

Please login to write comment.