Color Hex Logo

#d36aef Color Hex

#D36AEF
(211,106,239)
0 Favorites   0 Comments

Color spaces of #d36aef

RGB 211106239
HSL0.800.810.68
HSV287°56°94°
CMYK 0.120.560.00   0.06
XYZ47.598030.388985.0183
Yxy30.38890.29200.1864
Hunter Lab55.126157.6530-52.8517
CIE-Lab61.988360.9009-49.7053

#d36aef color RGB value is (211,106,239).

#d36aef hex color red value is 211, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d36aef hue: 0.80 , saturation: 0.81 and the lightness value of d36aef is 0.68.

The process color (four color CMYK) of #d36aef color hex is 0.12, 0.56, 0.00, 0.06. Web safe color of #d36aef is #cc66ff. Color #d36aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101010 11101111
Octal 323 152 357
Decimal 211 106 239
Hex D3 6A EF

RGB Percentages of Color #d36aef

%37.95
%19.06
%42.99

CMYK Percentages of Color #d36aef

%12
%56
%0
%6

Triadic Colors of #d36aef

#d36aef #efd36a #6aefd3

Analogous Colors of #d36aef

#d36aef #ef6ac9 #916aef

Monochromatic Colors of #d36aef

#d36aef

Complementary Color

#d36aef #86ef6a

#d36aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36aef Color CSS Codes

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

#d36aef Text Font Color

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

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


#d36aef Background Color

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

This div background color is #d36aef


#d36aef Border Color

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

This div border color is #d36aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36aef


Comments

No comments written yet.

Please login to write comment.