Color Hex Logo

#d841db Color Hex

#D841DB
(216,65,219)
0 Favorites   0 Comments

Color spaces of #d841db

RGB 21665219
HSL0.830.680.56
HSV299°70°86°
CMYK 0.010.700.00   0.14
XYZ42.995423.494069.2865
Yxy23.49400.31670.1730
Hunter Lab48.470673.5132-50.8229
CIE-Lab55.577675.2992-48.6159

#d841db color RGB value is (216,65,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000001 11011011
Octal 330 101 333
Decimal 216 65 219
Hex D8 41 DB

RGB Percentages of Color #d841db

%43.20
%13.00
%43.80

CMYK Percentages of Color #d841db

%1
%70
%0
%14

Triadic Colors of #d841db

#d841db #dbd841 #41dbd8

Analogous Colors of #d841db

#d841db #db4191 #8b41db

Monochromatic Colors of #d841db

#d841db

Complementary Color

#d841db #44db41

#d841db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d841db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d841db Color CSS Codes

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

#d841db Text Font Color

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

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


#d841db Background Color

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

This div background color is #d841db


#d841db Border Color

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

This div border color is #d841db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d841db


Comments

No comments written yet.

Please login to write comment.