Color Hex Logo

#ffa9fd Color Hex

#FFA9FD
(255,169,253)
0 Favorites   0 Comments

Color spaces of #ffa9fd

RGB 255169253
HSL0.841.000.83
HSV301°34°100°
CMYK 0.000.340.01   0.00
XYZ73.157656.7278100.0222
Yxy56.72780.31820.2467
Hunter Lab75.317941.5740-26.0147
CIE-Lab80.026344.3169-28.8580

#ffa9fd color RGB value is (255,169,253).

#ffa9fd hex color red value is 255, green value is 169 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ffa9fd hue: 0.84 , saturation: 1.00 and the lightness value of ffa9fd is 0.83.

The process color (four color CMYK) of #ffa9fd color hex is 0.00, 0.34, 0.01, 0.00. Web safe color of #ffa9fd is #ff99ff. Color #ffa9fd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 11111101
Octal 377 251 375
Decimal 255 169 253
Hex FF A9 FD

RGB Percentages of Color #ffa9fd

%37.67
%24.96
%37.37

CMYK Percentages of Color #ffa9fd

%0
%34
%1
%0

Triadic Colors of #ffa9fd

#ffa9fd #fdffa9 #a9fdff

Analogous Colors of #ffa9fd

#ffa9fd #ffa9d2 #d6a9ff

Monochromatic Colors of #ffa9fd

#ffa9fd

Complementary Color

#ffa9fd #a9ffab

#ffa9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa9fd Color CSS Codes

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

#ffa9fd Text Font Color

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

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


#ffa9fd Background Color

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

This div background color is #ffa9fd


#ffa9fd Border Color

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

This div border color is #ffa9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa9fd

Related Colors

#ffa9fd Color Palettes


Comments

No comments written yet.

Please login to write comment.