Color Hex Logo

#d36afc Color Hex

#D36AFC
(211,106,252)
0 Favorites   0 Comments

Color spaces of #d36afc

RGB 211106252
HSL0.790.960.70
HSV283°58°99°
CMYK 0.160.580.00   0.01
XYZ49.588731.185295.5012
Yxy31.18520.28130.1769
Hunter Lab55.843760.7799-62.3043
CIE-Lab62.663763.4500-55.8190

#d36afc color RGB value is (211,106,252).

#d36afc hex color red value is 211, green value is 106 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d36afc hue: 0.79 , saturation: 0.96 and the lightness value of d36afc is 0.70.

The process color (four color CMYK) of #d36afc color hex is 0.16, 0.58, 0.00, 0.01. Web safe color of #d36afc is #cc66ff. Color #d36afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101010 11111100
Octal 323 152 374
Decimal 211 106 252
Hex D3 6A FC

RGB Percentages of Color #d36afc

%37.08
%18.63
%44.29

CMYK Percentages of Color #d36afc

%16
%58
%0
%1

Triadic Colors of #d36afc

#d36afc #fcd36a #6afcd3

Analogous Colors of #d36afc

#d36afc #fc6adc #8a6afc

Monochromatic Colors of #d36afc

#d36afc

Complementary Color

#d36afc #93fc6a

#d36afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36afc Color CSS Codes

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

#d36afc Text Font Color

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

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


#d36afc Background Color

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

This div background color is #d36afc


#d36afc Border Color

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

This div border color is #d36afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36afc


Comments

No comments written yet.

Please login to write comment.