Color Hex Logo

#a35eba Color Hex

#A35EBA
(163,94,186)
0 Favorites   0 Comments

Color spaces of #a35eba

RGB 16394186
HSL0.790.400.55
HSV285°49°73°
CMYK 0.120.490.00   0.27
XYZ27.969919.337148.7126
Yxy19.33710.29130.2014
Hunter Lab43.974036.5815-34.8973
CIE-Lab51.079343.4385-37.3105

#a35eba color RGB value is (163,94,186).

#a35eba hex color red value is 163, green value is 94 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a35eba hue: 0.79 , saturation: 0.40 and the lightness value of a35eba is 0.55.

The process color (four color CMYK) of #a35eba color hex is 0.12, 0.49, 0.00, 0.27. Web safe color of #a35eba is #9966cc. Color #a35eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011110 10111010
Octal 243 136 272
Decimal 163 94 186
Hex A3 5E BA

RGB Percentages of Color #a35eba

%36.79
%21.22
%41.99

CMYK Percentages of Color #a35eba

%12
%49
%0
%27

Triadic Colors of #a35eba

#a35eba #baa35e #5ebaa3

Analogous Colors of #a35eba

#a35eba #ba5ea3 #755eba

Monochromatic Colors of #a35eba

#a35eba

Complementary Color

#a35eba #75ba5e

#a35eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35eba Color CSS Codes

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

#a35eba Text Font Color

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

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


#a35eba Background Color

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

This div background color is #a35eba


#a35eba Border Color

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

This div border color is #a35eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35eba


Comments

No comments written yet.

Please login to write comment.