Color Hex Logo

#d844db Color Hex

#D844DB
(216,68,219)
0 Favorites   0 Comments

Color spaces of #d844db

RGB 21668219
HSL0.830.680.56
HSV299°69°86°
CMYK 0.010.690.00   0.14
XYZ43.172223.847669.3455
Yxy23.84760.31660.1749
Hunter Lab48.834072.3452-50.0095
CIE-Lab55.934974.2844-48.0487

#d844db color RGB value is (216,68,219).

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

The process color (four color CMYK) of #d844db color hex is 0.01, 0.69, 0.00, 0.14. Web safe color of #d844db is #cc33cc. Color #d844db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 11011011
Octal 330 104 333
Decimal 216 68 219
Hex D8 44 DB

RGB Percentages of Color #d844db

%42.94
%13.52
%43.54

CMYK Percentages of Color #d844db

%1
%69
%0
%14

Triadic Colors of #d844db

#d844db #dbd844 #44dbd8

Analogous Colors of #d844db

#d844db #db4493 #8d44db

Monochromatic Colors of #d844db

#d844db

Complementary Color

#d844db #47db44

#d844db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d844db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d844db Color CSS Codes

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

#d844db Text Font Color

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

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


#d844db Background Color

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

This div background color is #d844db


#d844db Border Color

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

This div border color is #d844db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d844db


Comments

No comments written yet.

Please login to write comment.