Color Hex Logo

#ff80ae Color Hex

#FF80AE
(255,128,174)
1 Favorites   0 Comments

Color spaces of #ff80ae

RGB 255128174
HSL0.941.000.75
HSV338°50°100°
CMYK 0.000.500.32   0.00
XYZ56.599239.754344.7346
Yxy39.75430.40120.2818
Hunter Lab63.051049.89542.0695
CIE-Lab69.294253.0089-1.6229

#ff80ae color RGB value is (255,128,174).

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

The process color (four color CMYK) of #ff80ae color hex is 0.00, 0.50, 0.32, 0.00. Web safe color of #ff80ae is #ff9999. Color #ff80ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 10101110
Octal 377 200 256
Decimal 255 128 174
Hex FF 80 AE

RGB Percentages of Color #ff80ae

%45.78
%22.98
%31.24

CMYK Percentages of Color #ff80ae

%0
%50
%32
%0

Triadic Colors of #ff80ae

#ff80ae #aeff80 #80aeff

Analogous Colors of #ff80ae

#ff80ae #ff9280 #ff80ee

Monochromatic Colors of #ff80ae

#ff80ae

Complementary Color

#ff80ae #80ffd1

#ff80ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff80ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff80ae Color CSS Codes

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

#ff80ae Text Font Color

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

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


#ff80ae Background Color

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

This div background color is #ff80ae


#ff80ae Border Color

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

This div border color is #ff80ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff80ae

Related Colors


Comments

No comments written yet.

Please login to write comment.