Color Hex Logo

#a35bae Color Hex

#A35BAE
(163,91,174)
0 Favorites   0 Comments

Color spaces of #a35bae

RGB 16391174
HSL0.810.340.52
HSV292°48°68°
CMYK 0.060.480.00   0.32
XYZ26.485318.324742.1855
Yxy18.32470.30440.2106
Hunter Lab42.807435.5267-28.4635
CIE-Lab49.887642.5837-32.2030

#a35bae color RGB value is (163,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011011 10101110
Octal 243 133 256
Decimal 163 91 174
Hex A3 5B AE

RGB Percentages of Color #a35bae

%38.08
%21.26
%40.65

CMYK Percentages of Color #a35bae

%6
%48
%0
%32

Triadic Colors of #a35bae

#a35bae #aea35b #5baea3

Analogous Colors of #a35bae

#a35bae #ae5b90 #7a5bae

Monochromatic Colors of #a35bae

#a35bae

Complementary Color

#a35bae #66ae5b

#a35bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35bae Color CSS Codes

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

#a35bae Text Font Color

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

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


#a35bae Background Color

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

This div background color is #a35bae


#a35bae Border Color

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

This div border color is #a35bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35bae


Comments

No comments written yet.

Please login to write comment.