Color Hex Logo

#ff8add Color Hex

#FF8ADD
(255,138,221)
0 Favorites   0 Comments

Color spaces of #ff8add

RGB 255138221
HSL0.881.000.77
HSV317°46°100°
CMYK 0.000.460.13   0.00
XYZ63.379644.657473.6859
Yxy44.65740.34880.2457
Hunter Lab66.826252.3479-18.5978
CIE-Lab72.665754.6447-22.7201

#ff8add color RGB value is (255,138,221).

#ff8add hex color red value is 255, green value is 138 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ff8add hue: 0.88 , saturation: 1.00 and the lightness value of ff8add is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001010 11011101
Octal 377 212 335
Decimal 255 138 221
Hex FF 8A DD

RGB Percentages of Color #ff8add

%41.53
%22.48
%35.99

CMYK Percentages of Color #ff8add

%0
%46
%13
%0

Triadic Colors of #ff8add

#ff8add #ddff8a #8addff

Analogous Colors of #ff8add

#ff8add #ff8aa3 #e78aff

Monochromatic Colors of #ff8add

#ff8add

Complementary Color

#ff8add #8affac

#ff8add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8add Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8add Color CSS Codes

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

#ff8add Text Font Color

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

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


#ff8add Background Color

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

This div background color is #ff8add


#ff8add Border Color

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

This div border color is #ff8add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8add


Comments

No comments written yet.

Please login to write comment.