Color Hex Logo

#d36ede Color Hex

#D36EDE
(211,110,222)
0 Favorites   0 Comments

Color spaces of #d36ede

RGB 211110222
HSL0.820.630.65
HSV294°50°87°
CMYK 0.050.500.00   0.13
XYZ45.624730.274772.5461
Yxy30.27470.30730.2039
Hunter Lab55.022451.7232-39.6571
CIE-Lab61.890555.7579-40.3879

#d36ede color RGB value is (211,110,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101110 11011110
Octal 323 156 336
Decimal 211 110 222
Hex D3 6E DE

RGB Percentages of Color #d36ede

%38.86
%20.26
%40.88

CMYK Percentages of Color #d36ede

%5
%50
%0
%13

Triadic Colors of #d36ede

#d36ede #ded36e #6eded3

Analogous Colors of #d36ede

#d36ede #de6eb1 #9b6ede

Monochromatic Colors of #d36ede

#d36ede

Complementary Color

#d36ede #79de6e

#d36ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36ede Color CSS Codes

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

#d36ede Text Font Color

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

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


#d36ede Background Color

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

This div background color is #d36ede


#d36ede Border Color

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

This div border color is #d36ede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,110,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36ede


Comments

No comments written yet.

Please login to write comment.