Color Hex Logo

#d36edb Color Hex

#D36EDB
(211,110,219)
0 Favorites   0 Comments

Color spaces of #d36edb

RGB 211110219
HSL0.820.600.65
HSV296°50°86°
CMYK 0.040.500.00   0.14
XYZ45.226130.115270.4470
Yxy30.11520.31020.2066
Hunter Lab54.877351.0721-37.6975
CIE-Lab61.753555.2051-38.9229

#d36edb color RGB value is (211,110,219).

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

The process color (four color CMYK) of #d36edb color hex is 0.04, 0.50, 0.00, 0.14. Web safe color of #d36edb is #cc66cc. Color #d36edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101110 11011011
Octal 323 156 333
Decimal 211 110 219
Hex D3 6E DB

RGB Percentages of Color #d36edb

%39.07
%20.37
%40.56

CMYK Percentages of Color #d36edb

%4
%50
%0
%14

Triadic Colors of #d36edb

#d36edb #dbd36e #6edbd3

Analogous Colors of #d36edb

#d36edb #db6ead #9d6edb

Monochromatic Colors of #d36edb

#d36edb

Complementary Color

#d36edb #76db6e

#d36edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36edb Color CSS Codes

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

#d36edb Text Font Color

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

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


#d36edb Background Color

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

This div background color is #d36edb


#d36edb Border Color

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

This div border color is #d36edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36edb


Comments

No comments written yet.

Please login to write comment.