Color Hex Logo

#d36deb Color Hex

#D36DEB
(211,109,235)
0 Favorites   0 Comments

Color spaces of #d36deb

RGB 211109235
HSL0.800.760.67
HSV289°54°92°
CMYK 0.100.540.00   0.08
XYZ47.328030.784382.0448
Yxy30.78430.29550.1922
Hunter Lab55.483655.1658-48.8349
CIE-Lab62.325158.6970-46.9520

#d36deb color RGB value is (211,109,235).

#d36deb hex color red value is 211, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d36deb hue: 0.80 , saturation: 0.76 and the lightness value of d36deb is 0.67.

The process color (four color CMYK) of #d36deb color hex is 0.10, 0.54, 0.00, 0.08. Web safe color of #d36deb is #cc66ff. Color #d36deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101101 11101011
Octal 323 155 353
Decimal 211 109 235
Hex D3 6D EB

RGB Percentages of Color #d36deb

%38.02
%19.64
%42.34

CMYK Percentages of Color #d36deb

%10
%54
%0
%8

Triadic Colors of #d36deb

#d36deb #ebd36d #6debd3

Analogous Colors of #d36deb

#d36deb #eb6dc4 #946deb

Monochromatic Colors of #d36deb

#d36deb

Complementary Color

#d36deb #85eb6d

#d36deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36deb Color CSS Codes

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

#d36deb Text Font Color

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

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


#d36deb Background Color

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

This div background color is #d36deb


#d36deb Border Color

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

This div border color is #d36deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36deb


Comments

No comments written yet.

Please login to write comment.