Color Hex Logo

#df80ae Color Hex

#DF80AE
(223,128,174)
0 Favorites   0 Comments

Color spaces of #df80ae

RGB 223128174
HSL0.920.600.69
HSV331°43°87°
CMYK 0.000.430.22   0.13
XYZ45.790634.182344.2288
Yxy34.18230.36870.2752
Hunter Lab58.465637.4873-3.9265
CIE-Lab65.107042.3676-8.2796

#df80ae color RGB value is (223,128,174).

#df80ae hex color red value is 223, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #df80ae hue: 0.92 , saturation: 0.60 and the lightness value of df80ae is 0.69.

The process color (four color CMYK) of #df80ae color hex is 0.00, 0.43, 0.22, 0.13. Web safe color of #df80ae is #cc9999. Color #df80ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000000 10101110
Octal 337 200 256
Decimal 223 128 174
Hex DF 80 AE

RGB Percentages of Color #df80ae

%42.48
%24.38
%33.14

CMYK Percentages of Color #df80ae

%0
%43
%22
%13

Triadic Colors of #df80ae

#df80ae #aedf80 #80aedf

Analogous Colors of #df80ae

#df80ae #df8280 #df80de

Monochromatic Colors of #df80ae

#df80ae

Complementary Color

#df80ae #80dfb1

#df80ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df80ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#df80ae Color CSS Codes

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

#df80ae Text Font Color

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

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


#df80ae Background Color

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

This div background color is #df80ae


#df80ae Border Color

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

This div border color is #df80ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df80ae


Comments

No comments written yet.

Please login to write comment.