Color Hex Logo

#d943db Color Hex

#D943DB
(217,67,219)
0 Favorites   0 Comments

Color spaces of #d943db

RGB 21767219
HSL0.830.680.56
HSV299°69°86°
CMYK 0.010.690.00   0.14
XYZ43.408623.880569.3393
Yxy23.88050.31770.1748
Hunter Lab48.867773.0411-49.9204
CIE-Lab55.967974.8421-47.9865

#d943db color RGB value is (217,67,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000011 11011011
Octal 331 103 333
Decimal 217 67 219
Hex D9 43 DB

RGB Percentages of Color #d943db

%43.14
%13.32
%43.54

CMYK Percentages of Color #d943db

%1
%69
%0
%14

Triadic Colors of #d943db

#d943db #dbd943 #43dbd9

Analogous Colors of #d943db

#d943db #db4391 #8d43db

Monochromatic Colors of #d943db

#d943db

Complementary Color

#d943db #45db43

#d943db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d943db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d943db Color CSS Codes

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

#d943db Text Font Color

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

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


#d943db Background Color

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

This div background color is #d943db


#d943db Border Color

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

This div border color is #d943db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d943db

#d943db Color Palettes


Comments

No comments written yet.

Please login to write comment.