Color Hex Logo

#d884ab Color Hex

#D884AB
(216,132,171)
0 Favorites   0 Comments

Color spaces of #d884ab

RGB 216132171
HSL0.920.520.68
HSV332°39°85°
CMYK 0.000.390.21   0.15
XYZ43.920934.041742.7839
Yxy34.04170.36370.2819
Hunter Lab58.345332.2663-2.6350
CIE-Lab64.995737.4384-6.8408

#d884ab color RGB value is (216,132,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000100 10101011
Octal 330 204 253
Decimal 216 132 171
Hex D8 84 AB

RGB Percentages of Color #d884ab

%41.62
%25.43
%32.95

CMYK Percentages of Color #d884ab

%0
%39
%21
%15

Triadic Colors of #d884ab

#d884ab #abd884 #84abd8

Analogous Colors of #d884ab

#d884ab #d88784 #d884d5

Monochromatic Colors of #d884ab

#d884ab

Complementary Color

#d884ab #84d8b1

#d884ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d884ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d884ab Color CSS Codes

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

#d884ab Text Font Color

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

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


#d884ab Background Color

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

This div background color is #d884ab


#d884ab Border Color

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

This div border color is #d884ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d884ab


Comments

No comments written yet.

Please login to write comment.