Color Hex Logo

#d36eea Color Hex

#D36EEA
(211,110,234)
0 Favorites   0 Comments

Color spaces of #d36eea

RGB 211110234
HSL0.800.750.67
HSV289°53°92°
CMYK 0.100.530.00   0.08
XYZ47.291230.941381.3216
Yxy30.94130.29640.1939
Hunter Lab55.624954.4136-47.7424
CIE-Lab62.458058.0213-46.1865

#d36eea color RGB value is (211,110,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101110 11101010
Octal 323 156 352
Decimal 211 110 234
Hex D3 6E EA

RGB Percentages of Color #d36eea

%38.02
%19.82
%42.16

CMYK Percentages of Color #d36eea

%10
%53
%0
%8

Triadic Colors of #d36eea

#d36eea #ead36e #6eead3

Analogous Colors of #d36eea

#d36eea #ea6ec3 #956eea

Monochromatic Colors of #d36eea

#d36eea

Complementary Color

#d36eea #85ea6e

#d36eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36eea Color CSS Codes

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

#d36eea Text Font Color

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

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


#d36eea Background Color

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

This div background color is #d36eea


#d36eea Border Color

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

This div border color is #d36eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36eea


Comments

No comments written yet.

Please login to write comment.