Color Hex Logo

#ffa5df Color Hex

#FFA5DF
(255,165,223)
0 Favorites   0 Comments

Color spaces of #ffa5df

RGB 255165223
HSL0.891.000.82
HSV321°35°100°
CMYK 0.000.350.13   0.00
XYZ68.014453.498076.5534
Yxy53.49800.34340.2701
Hunter Lab73.142337.9865-10.8554
CIE-Lab78.168141.3260-15.4820

#ffa5df color RGB value is (255,165,223).

#ffa5df hex color red value is 255, green value is 165 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ffa5df hue: 0.89 , saturation: 1.00 and the lightness value of ffa5df is 0.82.

The process color (four color CMYK) of #ffa5df color hex is 0.00, 0.35, 0.13, 0.00. Web safe color of #ffa5df is #ff99cc. Color #ffa5df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 11011111
Octal 377 245 337
Decimal 255 165 223
Hex FF A5 DF

RGB Percentages of Color #ffa5df

%39.66
%25.66
%34.68

CMYK Percentages of Color #ffa5df

%0
%35
%13
%0

Triadic Colors of #ffa5df

#ffa5df #dfffa5 #a5dfff

Analogous Colors of #ffa5df

#ffa5df #ffa5b2 #f2a5ff

Monochromatic Colors of #ffa5df

#ffa5df

Complementary Color

#ffa5df #a5ffc5

#ffa5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa5df Color CSS Codes

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

#ffa5df Text Font Color

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

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


#ffa5df Background Color

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

This div background color is #ffa5df


#ffa5df Border Color

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

This div border color is #ffa5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa5df

#ffa5df Color Palettes


Comments

No comments written yet.

Please login to write comment.