Color Hex Logo

#a36cff Color Hex

#A36CFF
(163,108,255)
0 Favorites   0 Comments

Color spaces of #a36cff

RGB 163108255
HSL0.731.000.71
HSV262°58°100°
CMYK 0.360.580.00   0.00
XYZ38.516825.731797.5444
Yxy25.73170.23810.1590
Hunter Lab50.726446.7646-78.5032
CIE-Lab57.781551.9810-65.5922

#a36cff color RGB value is (163,108,255).

#a36cff hex color red value is 163, green value is 108 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a36cff hue: 0.73 , saturation: 1.00 and the lightness value of a36cff is 0.71.

The process color (four color CMYK) of #a36cff color hex is 0.36, 0.58, 0.00, 0.00. Web safe color of #a36cff is #9966ff. Color #a36cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01101100 11111111
Octal 243 154 377
Decimal 163 108 255
Hex A3 6C FF

RGB Percentages of Color #a36cff

%30.99
%20.53
%48.48

CMYK Percentages of Color #a36cff

%36
%58
%0
%0

Triadic Colors of #a36cff

#a36cff #ffa36c #6cffa3

Analogous Colors of #a36cff

#a36cff #ed6cff #6c7fff

Monochromatic Colors of #a36cff

#a36cff

Complementary Color

#a36cff #c8ff6c

#a36cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a36cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a36cff Color CSS Codes

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

#a36cff Text Font Color

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

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


#a36cff Background Color

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

This div background color is #a36cff


#a36cff Border Color

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

This div border color is #a36cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a36cff


Comments

No comments written yet.

Please login to write comment.