Color Hex Logo

#d942db Color Hex

#D942DB
(217,66,219)
0 Favorites   0 Comments

Color spaces of #d942db

RGB 21766219
HSL0.830.680.56
HSV299°70°86°
CMYK 0.010.700.00   0.14
XYZ43.349723.762669.3197
Yxy23.76260.31770.1742
Hunter Lab48.746973.4296-50.1895
CIE-Lab55.849375.1793-48.1748

#d942db color RGB value is (217,66,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000010 11011011
Octal 331 102 333
Decimal 217 66 219
Hex D9 42 DB

RGB Percentages of Color #d942db

%43.23
%13.15
%43.63

CMYK Percentages of Color #d942db

%1
%70
%0
%14

Triadic Colors of #d942db

#d942db #dbd942 #42dbd9

Analogous Colors of #d942db

#d942db #db4291 #8d42db

Monochromatic Colors of #d942db

#d942db

Complementary Color

#d942db #44db42

#d942db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d942db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d942db Color CSS Codes

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

#d942db Text Font Color

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

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


#d942db Background Color

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

This div background color is #d942db


#d942db Border Color

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

This div border color is #d942db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d942db


Comments

No comments written yet.

Please login to write comment.