Color Hex Logo

#d36cdd Color Hex

#D36CDD
(211,108,221)
0 Favorites   0 Comments

Color spaces of #d36cdd

RGB 211108221
HSL0.820.620.65
HSV295°51°87°
CMYK 0.050.510.00   0.13
XYZ45.277729.794571.7711
Yxy29.79450.30830.2029
Hunter Lab54.584352.5431-39.7494
CIE-Lab61.476556.5474-40.4775

#d36cdd color RGB value is (211,108,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101100 11011101
Octal 323 154 335
Decimal 211 108 221
Hex D3 6C DD

RGB Percentages of Color #d36cdd

%39.07
%20.00
%40.93

CMYK Percentages of Color #d36cdd

%5
%51
%0
%13

Triadic Colors of #d36cdd

#d36cdd #ddd36c #6cddd3

Analogous Colors of #d36cdd

#d36cdd #dd6caf #9b6cdd

Monochromatic Colors of #d36cdd

#d36cdd

Complementary Color

#d36cdd #76dd6c

#d36cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36cdd Color CSS Codes

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

#d36cdd Text Font Color

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

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


#d36cdd Background Color

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

This div background color is #d36cdd


#d36cdd Border Color

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

This div border color is #d36cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36cdd


Comments

No comments written yet.

Please login to write comment.