Color Hex Logo

#a36fdc Color Hex

#A36FDC
(163,111,220)
0 Favorites   0 Comments

Color spaces of #a36fdc

RGB 163111220
HSL0.750.610.65
HSV269°50°86°
CMYK 0.260.500.00   0.14
XYZ33.707024.322770.6283
Yxy24.32270.26200.1890
Hunter Lab49.318035.6913-50.3865
CIE-Lab56.409541.8039-48.2850

#a36fdc color RGB value is (163,111,220).

#a36fdc hex color red value is 163, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a36fdc hue: 0.75 , saturation: 0.61 and the lightness value of a36fdc is 0.65.

The process color (four color CMYK) of #a36fdc color hex is 0.26, 0.50, 0.00, 0.14. Web safe color of #a36fdc is #9966cc. Color #a36fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101111 11011100
Octal 243 157 334
Decimal 163 111 220
Hex A3 6F DC

RGB Percentages of Color #a36fdc

%33.00
%22.47
%44.53

CMYK Percentages of Color #a36fdc

%26
%50
%0
%14

Triadic Colors of #a36fdc

#a36fdc #dca36f #6fdca3

Analogous Colors of #a36fdc

#a36fdc #da6fdc #6f72dc

Monochromatic Colors of #a36fdc

#a36fdc

Complementary Color

#a36fdc #a8dc6f

#a36fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36fdc Color CSS Codes

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

#a36fdc Text Font Color

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

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


#a36fdc Background Color

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

This div background color is #a36fdc


#a36fdc Border Color

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

This div border color is #a36fdc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(163,111,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a36fdc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a36fdc;
  -webkit-box-shadow: 1px 1px 3px 2px #a36fdc;
  box-shadow:         1px 1px 3px 2px #a36fdc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,111,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36fdc


Comments

No comments written yet.

Please login to write comment.