Color Hex Logo

#d16ddd Color Hex

#D16DDD
(209,109,221)
0 Favorites   0 Comments

Color spaces of #d16ddd

RGB 209109221
HSL0.820.620.65
HSV294°51°87°
CMYK 0.050.510.00   0.13
XYZ44.814329.713071.7798
Yxy29.71300.30630.2031
Hunter Lab54.509651.3593-39.9180
CIE-Lab61.405855.5154-40.6064

#d16ddd color RGB value is (209,109,221).

#d16ddd hex color red value is 209, green value is 109 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d16ddd hue: 0.82 , saturation: 0.62 and the lightness value of d16ddd is 0.65.

The process color (four color CMYK) of #d16ddd color hex is 0.05, 0.51, 0.00, 0.13. Web safe color of #d16ddd is #cc66cc. Color #d16ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101101 11011101
Octal 321 155 335
Decimal 209 109 221
Hex D1 6D DD

RGB Percentages of Color #d16ddd

%38.78
%20.22
%41.00

CMYK Percentages of Color #d16ddd

%5
%51
%0
%13

Triadic Colors of #d16ddd

#d16ddd #ddd16d #6dddd1

Analogous Colors of #d16ddd

#d16ddd #dd6db1 #996ddd

Monochromatic Colors of #d16ddd

#d16ddd

Complementary Color

#d16ddd #79dd6d

#d16ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d16ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d16ddd Color CSS Codes

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

#d16ddd Text Font Color

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

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


#d16ddd Background Color

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

This div background color is #d16ddd


#d16ddd Border Color

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

This div border color is #d16ddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,109,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d16ddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d16ddd;
  -webkit-box-shadow: 1px 1px 3px 2px #d16ddd;
  box-shadow:         1px 1px 3px 2px #d16ddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,109,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d16ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d16ddd


Comments

No comments written yet.

Please login to write comment.