Color Hex Logo

#ffa8df Color Hex

#FFA8DF
(255,168,223)
0 Favorites   0 Comments

Color spaces of #ffa8df

RGB 255168223
HSL0.891.000.83
HSV322°34°100°
CMYK 0.000.340.13   0.00
XYZ68.561954.593076.7359
Yxy54.59300.34300.2731
Hunter Lab73.887136.3328-9.8551
CIE-Lab78.806339.7722-14.5230

#ffa8df color RGB value is (255,168,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 11011111
Octal 377 250 337
Decimal 255 168 223
Hex FF A8 DF

RGB Percentages of Color #ffa8df

%39.47
%26.01
%34.52

CMYK Percentages of Color #ffa8df

%0
%34
%13
%0

Triadic Colors of #ffa8df

#ffa8df #dfffa8 #a8dfff

Analogous Colors of #ffa8df

#ffa8df #ffa8b4 #f4a8ff

Monochromatic Colors of #ffa8df

#ffa8df

Complementary Color

#ffa8df #a8ffc8

#ffa8df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa8df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa8df Color CSS Codes

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

#ffa8df Text Font Color

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

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


#ffa8df Background Color

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

This div background color is #ffa8df


#ffa8df Border Color

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

This div border color is #ffa8df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa8df

Related Colors


Comments

No comments written yet.

Please login to write comment.