Color Hex Logo

#ff80da Color Hex

#FF80DA
(255,128,218)
0 Favorites   0 Comments

Color spaces of #ff80da

RGB 255128218
HSL0.881.000.75
HSV317°50°100°
CMYK 0.000.500.15   0.00
XYZ61.614141.760371.1428
Yxy41.76030.35310.2393
Hunter Lab64.622257.1021-20.0370
CIE-Lab70.705359.0003-24.0563

#ff80da color RGB value is (255,128,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 11011010
Octal 377 200 332
Decimal 255 128 218
Hex FF 80 DA

RGB Percentages of Color #ff80da

%42.43
%21.30
%36.27

CMYK Percentages of Color #ff80da

%0
%50
%15
%0

Triadic Colors of #ff80da

#ff80da #daff80 #80daff

Analogous Colors of #ff80da

#ff80da #ff809b #e580ff

Monochromatic Colors of #ff80da

#ff80da

Complementary Color

#ff80da #80ffa5

#ff80da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff80da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff80da Color CSS Codes

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

#ff80da Text Font Color

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

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


#ff80da Background Color

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

This div background color is #ff80da


#ff80da Border Color

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

This div border color is #ff80da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff80da


Comments

No comments written yet.

Please login to write comment.