Color Hex Logo

#fd08aa Color Hex

#FD08AA
(253,8,170)
0 Favorites   0 Comments

Color spaces of #fd08aa

RGB 2538170
HSL0.890.980.51
HSV320°97°99°
CMYK 0.000.970.33   0.01
XYZ47.850523.958640.1327
Yxy23.95860.42750.2140
Hunter Lab48.947588.8413-14.3494
CIE-Lab56.046387.2139-19.1801

#fd08aa color RGB value is (253,8,170).

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

The process color (four color CMYK) of #fd08aa color hex is 0.00, 0.97, 0.33, 0.01. Web safe color of #fd08aa is #ff0099. Color #fd08aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001000 10101010
Octal 375 10 252
Decimal 253 8 170
Hex FD 8 AA

RGB Percentages of Color #fd08aa

%58.70
%1.86
%39.44

CMYK Percentages of Color #fd08aa

%0
%97
%33
%1

Triadic Colors of #fd08aa

#fd08aa #aafd08 #08aafd

Analogous Colors of #fd08aa

#fd08aa #fd082f #d608fd

Monochromatic Colors of #fd08aa

#fd08aa

Complementary Color

#fd08aa #08fd5b

#fd08aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd08aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd08aa Color CSS Codes

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

#fd08aa Text Font Color

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

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


#fd08aa Background Color

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

This div background color is #fd08aa


#fd08aa Border Color

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

This div border color is #fd08aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd08aa


Comments

No comments written yet.

Please login to write comment.