Color Hex Logo

#d842db Color Hex

#D842DB
(216,66,219)
0 Favorites   0 Comments

Color spaces of #d842db

RGB 21666219
HSL0.830.680.56
HSV299°70°86°
CMYK 0.010.700.00   0.14
XYZ43.053323.609869.3058
Yxy23.60980.31660.1736
Hunter Lab48.589973.1283-50.5548
CIE-Lab55.695074.9653-48.4294

#d842db color RGB value is (216,66,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000010 11011011
Octal 330 102 333
Decimal 216 66 219
Hex D8 42 DB

RGB Percentages of Color #d842db

%43.11
%13.17
%43.71

CMYK Percentages of Color #d842db

%1
%70
%0
%14

Triadic Colors of #d842db

#d842db #dbd842 #42dbd8

Analogous Colors of #d842db

#d842db #db4292 #8c42db

Monochromatic Colors of #d842db

#d842db

Complementary Color

#d842db #45db42

#d842db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d842db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d842db Color CSS Codes

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

#d842db Text Font Color

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

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


#d842db Background Color

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

This div background color is #d842db


#d842db Border Color

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

This div border color is #d842db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d842db


Comments

No comments written yet.

Please login to write comment.