Color Hex Logo

#a35cad Color Hex

#A35CAD
(163,92,173)
0 Favorites   0 Comments

Color spaces of #a35cad

RGB 16392173
HSL0.810.330.52
HSV293°47°68°
CMYK 0.060.470.00   0.32
XYZ26.474218.458041.7026
Yxy18.45800.30560.2131
Hunter Lab42.962834.8091-27.4770
CIE-Lab50.047041.8511-31.3697

#a35cad color RGB value is (163,92,173).

#a35cad hex color red value is 163, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a35cad hue: 0.81 , saturation: 0.33 and the lightness value of a35cad is 0.52.

The process color (four color CMYK) of #a35cad color hex is 0.06, 0.47, 0.00, 0.32. Web safe color of #a35cad is #996699. Color #a35cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011100 10101101
Octal 243 134 255
Decimal 163 92 173
Hex A3 5C AD

RGB Percentages of Color #a35cad

%38.08
%21.50
%40.42

CMYK Percentages of Color #a35cad

%6
%47
%0
%32

Triadic Colors of #a35cad

#a35cad #ada35c #5cada3

Analogous Colors of #a35cad

#a35cad #ad5c8f #7b5cad

Monochromatic Colors of #a35cad

#a35cad

Complementary Color

#a35cad #66ad5c

#a35cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35cad Color CSS Codes

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

#a35cad Text Font Color

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

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


#a35cad Background Color

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

This div background color is #a35cad


#a35cad Border Color

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

This div border color is #a35cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35cad


Comments

No comments written yet.

Please login to write comment.