Color Hex Logo

#d845db Color Hex

#D845DB
(216,69,219)
0 Favorites   0 Comments

Color spaces of #d845db

RGB 21669219
HSL0.830.680.56
HSV299°68°86°
CMYK 0.010.680.00   0.14
XYZ43.233223.969669.3658
Yxy23.96960.31660.1755
Hunter Lab48.958871.9472-49.7322
CIE-Lab56.057373.9375-47.8543

#d845db color RGB value is (216,69,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000101 11011011
Octal 330 105 333
Decimal 216 69 219
Hex D8 45 DB

RGB Percentages of Color #d845db

%42.86
%13.69
%43.45

CMYK Percentages of Color #d845db

%1
%68
%0
%14

Triadic Colors of #d845db

#d845db #dbd845 #45dbd8

Analogous Colors of #d845db

#d845db #db4593 #8d45db

Monochromatic Colors of #d845db

#d845db

Complementary Color

#d845db #48db45

#d845db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d845db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d845db Color CSS Codes

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

#d845db Text Font Color

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

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


#d845db Background Color

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

This div background color is #d845db


#d845db Border Color

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

This div border color is #d845db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d845db


Comments

No comments written yet.

Please login to write comment.