Color Hex Logo

#ff80df Color Hex

#FF80DF
(255,128,223)
0 Favorites   0 Comments

Color spaces of #ff80df

RGB 255128223
HSL0.881.000.75
HSV315°50°100°
CMYK 0.000.500.13   0.00
XYZ62.278542.026174.6414
Yxy42.02610.34800.2349
Hunter Lab64.827558.0331-22.8863
CIE-Lab70.888959.7589-26.5393

#ff80df color RGB value is (255,128,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 11011111
Octal 377 200 337
Decimal 255 128 223
Hex FF 80 DF

RGB Percentages of Color #ff80df

%42.08
%21.12
%36.80

CMYK Percentages of Color #ff80df

%0
%50
%13
%0

Triadic Colors of #ff80df

#ff80df #dfff80 #80dfff

Analogous Colors of #ff80df

#ff80df #ff80a0 #e080ff

Monochromatic Colors of #ff80df

#ff80df

Complementary Color

#ff80df #80ffa0

#ff80df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff80df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff80df Color CSS Codes

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

#ff80df Text Font Color

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

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


#ff80df Background Color

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

This div background color is #ff80df


#ff80df Border Color

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

This div border color is #ff80df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff80df

#ff80df Color Palettes


Comments

No comments written yet.

Please login to write comment.