Color Hex Logo

#a35dba Color Hex

#A35DBA
(163,93,186)
0 Favorites   0 Comments

Color spaces of #a35dba

RGB 16393186
HSL0.790.400.55
HSV285°50°73°
CMYK 0.120.500.00   0.27
XYZ27.881519.160448.6832
Yxy19.16040.29130.2002
Hunter Lab43.772637.0958-35.3006
CIE-Lab50.874343.9712-37.6330

#a35dba color RGB value is (163,93,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011101 10111010
Octal 243 135 272
Decimal 163 93 186
Hex A3 5D BA

RGB Percentages of Color #a35dba

%36.88
%21.04
%42.08

CMYK Percentages of Color #a35dba

%12
%50
%0
%27

Triadic Colors of #a35dba

#a35dba #baa35d #5dbaa3

Analogous Colors of #a35dba

#a35dba #ba5da3 #755dba

Monochromatic Colors of #a35dba

#a35dba

Complementary Color

#a35dba #74ba5d

#a35dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35dba Color CSS Codes

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

#a35dba Text Font Color

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

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


#a35dba Background Color

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

This div background color is #a35dba


#a35dba Border Color

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

This div border color is #a35dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35dba


Comments

No comments written yet.

Please login to write comment.