color codes Logo

#a35eae color codes

#A35EAE
(163,94,174)
0 Favorites   0 Comments

Color spaces of #a35eae

RGB 16394174
HSL0.810.330.53
HSV292°46°68°
CMYK 0.060.460.00   0.32
XYZ26.746918.847942.2727
Yxy18.84790.30440.2145
Hunter Lab43.414233.9967-27.3412
CIE-Lab50.508840.9779-31.2324

#a35eae color RGB value is (163,94,174).

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

The process color (four color CMYK) of #a35eae color code is 0.06, 0.46, 0.00, 0.32. Web safe color of #a35eae is #996699. Color #a35eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011110 10101110
Octal 243 136 256
Decimal 163 94 174
Hex A3 5E AE

RGB Percentages of Color #a35eae

%37.82
%21.81
%40.37

CMYK Percentages of Color #a35eae

%6
%46
%0
%32

Triadic Colors of #a35eae

#a35eae #aea35e #5eaea3

Analogous Colors of #a35eae

#a35eae #ae5e91 #7b5eae

Monochromatic Colors of #a35eae

#a35eae

Complementary Color

#a35eae #69ae5e

#a35eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35eae Color CSS Codes

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

#a35eae Text Font Color

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

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


#a35eae Background Color

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

This div background color is #a35eae


#a35eae Border Color

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

This div border color is #a35eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,94,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 #a35eae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35eae


Comments

No comments written yet.

Please login to write comment.