Color Hex Logo

#d880ab Color Hex

#D880AB
(216,128,171)
0 Favorites   0 Comments

Color spaces of #d880ab

RGB 216128171
HSL0.920.530.67
HSV331°41°85°
CMYK 0.000.410.21   0.15
XYZ43.388832.977542.6065
Yxy32.97750.36470.2772
Hunter Lab57.426034.3718-3.7912
CIE-Lab64.142739.5476-8.1087

#d880ab color RGB value is (216,128,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000000 10101011
Octal 330 200 253
Decimal 216 128 171
Hex D8 80 AB

RGB Percentages of Color #d880ab

%41.94
%24.85
%33.20

CMYK Percentages of Color #d880ab

%0
%41
%21
%15

Triadic Colors of #d880ab

#d880ab #abd880 #80abd8

Analogous Colors of #d880ab

#d880ab #d88180 #d880d7

Monochromatic Colors of #d880ab

#d880ab

Complementary Color

#d880ab #80d8ad

#d880ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d880ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d880ab Color CSS Codes

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

#d880ab Text Font Color

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

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


#d880ab Background Color

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

This div background color is #d880ab


#d880ab Border Color

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

This div border color is #d880ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d880ab


Comments

No comments written yet.

Please login to write comment.