Color Hex Logo

#d36ddd Color Hex

#D36DDD
(211,109,221)
0 Favorites   0 Comments

Color spaces of #d36ddd

RGB 211109221
HSL0.820.620.65
HSV295°51°87°
CMYK 0.050.510.00   0.13
XYZ45.383830.006671.8065
Yxy30.00660.30830.2039
Hunter Lab54.778352.0252-39.3759
CIE-Lab61.659956.0616-40.1899

#d36ddd color RGB value is (211,109,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101101 11011101
Octal 323 155 335
Decimal 211 109 221
Hex D3 6D DD

RGB Percentages of Color #d36ddd

%39.00
%20.15
%40.85

CMYK Percentages of Color #d36ddd

%5
%51
%0
%13

Triadic Colors of #d36ddd

#d36ddd #ddd36d #6dddd3

Analogous Colors of #d36ddd

#d36ddd #dd6daf #9b6ddd

Monochromatic Colors of #d36ddd

#d36ddd

Complementary Color

#d36ddd #77dd6d

#d36ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36ddd Color CSS Codes

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

#d36ddd Text Font Color

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

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


#d36ddd Background Color

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

This div background color is #d36ddd


#d36ddd Border Color

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

This div border color is #d36ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36ddd


Comments

No comments written yet.

Please login to write comment.