Color Hex Logo

#d896dc Color Hex

#D896DC
(216,150,220)
0 Favorites   0 Comments

Color spaces of #d896dc

RGB 216150220
HSL0.820.500.73
HSV297°32°86°
CMYK 0.020.320.00   0.14
XYZ52.143541.578972.9874
Yxy41.57890.31280.2494
Hunter Lab64.481731.5021-21.9737
CIE-Lab70.579636.1266-25.7602

#d896dc color RGB value is (216,150,220).

#d896dc hex color red value is 216, green value is 150 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d896dc hue: 0.82 , saturation: 0.50 and the lightness value of d896dc is 0.73.

The process color (four color CMYK) of #d896dc color hex is 0.02, 0.32, 0.00, 0.14. Web safe color of #d896dc is #cc99cc. Color #d896dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010110 11011100
Octal 330 226 334
Decimal 216 150 220
Hex D8 96 DC

RGB Percentages of Color #d896dc

%36.86
%25.60
%37.54

CMYK Percentages of Color #d896dc

%2
%32
%0
%14

Triadic Colors of #d896dc

#d896dc #dcd896 #96dcd8

Analogous Colors of #d896dc

#d896dc #dc96bd #b596dc

Monochromatic Colors of #d896dc

#d896dc

Complementary Color

#d896dc #9adc96

#d896dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d896dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d896dc Color CSS Codes

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

#d896dc Text Font Color

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

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


#d896dc Background Color

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

This div background color is #d896dc


#d896dc Border Color

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

This div border color is #d896dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d896dc


Comments

No comments written yet.

Please login to write comment.