Color Hex Logo

#d880ae Color Hex

#D880AE
(216,128,174)
0 Favorites   0 Comments

Color spaces of #d880ae

RGB 216128174
HSL0.910.530.67
HSV329°41°85°
CMYK 0.000.410.19   0.15
XYZ43.678133.093344.1300
Yxy33.09330.36130.2737
Hunter Lab57.526834.8570-5.2139
CIE-Lab64.236439.9975-9.6703

#d880ae color RGB value is (216,128,174).

#d880ae hex color red value is 216, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d880ae hue: 0.91 , saturation: 0.53 and the lightness value of d880ae is 0.67.

The process color (four color CMYK) of #d880ae color hex is 0.00, 0.41, 0.19, 0.15. Web safe color of #d880ae is #cc9999. Color #d880ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000000 10101110
Octal 330 200 256
Decimal 216 128 174
Hex D8 80 AE

RGB Percentages of Color #d880ae

%41.70
%24.71
%33.59

CMYK Percentages of Color #d880ae

%0
%41
%19
%15

Triadic Colors of #d880ae

#d880ae #aed880 #80aed8

Analogous Colors of #d880ae

#d880ae #d88082 #d680d8

Monochromatic Colors of #d880ae

#d880ae

Complementary Color

#d880ae #80d8aa

#d880ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d880ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d880ae Color CSS Codes

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

#d880ae Text Font Color

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

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


#d880ae Background Color

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

This div background color is #d880ae


#d880ae Border Color

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

This div border color is #d880ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d880ae


Comments

No comments written yet.

Please login to write comment.