Color Hex Logo

#d36eda Color Hex

#D36EDA
(211,110,218)
0 Favorites   0 Comments

Color spaces of #d36eda

RGB 211110218
HSL0.820.590.64
HSV296°50°85°
CMYK 0.030.500.00   0.15
XYZ45.094830.062769.7556
Yxy30.06270.31120.2075
Hunter Lab54.829550.8568-37.0498
CIE-Lab61.708355.0218-38.4331

#d36eda color RGB value is (211,110,218).

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

The process color (four color CMYK) of #d36eda color hex is 0.03, 0.50, 0.00, 0.15. Web safe color of #d36eda is #cc66cc. Color #d36eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101110 11011010
Octal 323 156 332
Decimal 211 110 218
Hex D3 6E DA

RGB Percentages of Color #d36eda

%39.15
%20.41
%40.45

CMYK Percentages of Color #d36eda

%3
%50
%0
%15

Triadic Colors of #d36eda

#d36eda #dad36e #6edad3

Analogous Colors of #d36eda

#d36eda #da6eab #9d6eda

Monochromatic Colors of #d36eda

#d36eda

Complementary Color

#d36eda #75da6e

#d36eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36eda Color CSS Codes

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

#d36eda Text Font Color

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

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


#d36eda Background Color

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

This div background color is #d36eda


#d36eda Border Color

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

This div border color is #d36eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36eda


Comments

No comments written yet.

Please login to write comment.