Color Hex Logo

#d896db Color Hex

#D896DB
(216,150,219)
0 Favorites   0 Comments

Color spaces of #d896db

RGB 216150219
HSL0.830.490.72
HSV297°32°86°
CMYK 0.010.320.00   0.14
XYZ52.011441.526172.2919
Yxy41.52610.31360.2504
Hunter Lab64.440731.2996-21.4051
CIE-Lab70.543035.9387-25.2657

#d896db color RGB value is (216,150,219).

#d896db hex color red value is 216, green value is 150 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d896db hue: 0.83 , saturation: 0.49 and the lightness value of d896db is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010110 11011011
Octal 330 226 333
Decimal 216 150 219
Hex D8 96 DB

RGB Percentages of Color #d896db

%36.92
%25.64
%37.44

CMYK Percentages of Color #d896db

%1
%32
%0
%14

Triadic Colors of #d896db

#d896db #dbd896 #96dbd8

Analogous Colors of #d896db

#d896db #db96bc #b696db

Monochromatic Colors of #d896db

#d896db

Complementary Color

#d896db #99db96

#d896db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d896db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d896db Color CSS Codes

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

#d896db Text Font Color

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

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


#d896db Background Color

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

This div background color is #d896db


#d896db Border Color

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

This div border color is #d896db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d896db


Comments

No comments written yet.

Please login to write comment.