Color Hex Logo

#d36edd Color Hex

#D36EDD
(211,110,221)
0 Favorites   0 Comments

Color spaces of #d36edd

RGB 211110221
HSL0.820.620.65
HSV295°50°87°
CMYK 0.050.500.00   0.13
XYZ45.491030.221271.8422
Yxy30.22120.30830.2048
Hunter Lab54.973851.5051-39.0011
CIE-Lab61.844655.5730-39.9003

#d36edd color RGB value is (211,110,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101110 11011101
Octal 323 156 335
Decimal 211 110 221
Hex D3 6E DD

RGB Percentages of Color #d36edd

%38.93
%20.30
%40.77

CMYK Percentages of Color #d36edd

%5
%50
%0
%13

Triadic Colors of #d36edd

#d36edd #ddd36e #6eddd3

Analogous Colors of #d36edd

#d36edd #dd6eb0 #9c6edd

Monochromatic Colors of #d36edd

#d36edd

Complementary Color

#d36edd #78dd6e

#d36edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36edd Color CSS Codes

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

#d36edd Text Font Color

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

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


#d36edd Background Color

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

This div background color is #d36edd


#d36edd Border Color

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

This div border color is #d36edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36edd


Comments

No comments written yet.

Please login to write comment.