Color Hex Logo

#d888ad Color Hex

#D888AD
(216,136,173)
0 Favorites   0 Comments

Color spaces of #d888ad

RGB 216136173
HSL0.920.510.69
HSV332°37°85°
CMYK 0.000.370.20   0.15
XYZ44.665935.224443.9800
Yxy35.22440.36060.2844
Hunter Lab59.350130.4733-2.3903
CIE-Lab65.923035.6147-6.5945

#d888ad color RGB value is (216,136,173).

#d888ad hex color red value is 216, green value is 136 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d888ad hue: 0.92 , saturation: 0.51 and the lightness value of d888ad is 0.69.

The process color (four color CMYK) of #d888ad color hex is 0.00, 0.37, 0.20, 0.15. Web safe color of #d888ad is #cc9999. Color #d888ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001000 10101101
Octal 330 210 255
Decimal 216 136 173
Hex D8 88 AD

RGB Percentages of Color #d888ad

%41.14
%25.90
%32.95

CMYK Percentages of Color #d888ad

%0
%37
%20
%15

Triadic Colors of #d888ad

#d888ad #add888 #88add8

Analogous Colors of #d888ad

#d888ad #d88b88 #d888d5

Monochromatic Colors of #d888ad

#d888ad

Complementary Color

#d888ad #88d8b3

#d888ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d888ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d888ad Color CSS Codes

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

#d888ad Text Font Color

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

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


#d888ad Background Color

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

This div background color is #d888ad


#d888ad Border Color

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

This div border color is #d888ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d888ad


Comments

No comments written yet.

Please login to write comment.