Color Hex Logo

#a35bad Color Hex

#A35BAD
(163,91,173)
0 Favorites   0 Comments

Color spaces of #a35bad

RGB 16391173
HSL0.810.330.52
HSV293°47°68°
CMYK 0.060.470.00   0.32
XYZ26.388218.285841.6739
Yxy18.28580.30560.2118
Hunter Lab42.761935.3183-27.8481
CIE-Lab49.840942.3852-31.6916

#a35bad color RGB value is (163,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011011 10101101
Octal 243 133 255
Decimal 163 91 173
Hex A3 5B AD

RGB Percentages of Color #a35bad

%38.17
%21.31
%40.52

CMYK Percentages of Color #a35bad

%6
%47
%0
%32

Triadic Colors of #a35bad

#a35bad #ada35b #5bada3

Analogous Colors of #a35bad

#a35bad #ad5b8e #7a5bad

Monochromatic Colors of #a35bad

#a35bad

Complementary Color

#a35bad #65ad5b

#a35bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35bad Color CSS Codes

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

#a35bad Text Font Color

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

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


#a35bad Background Color

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

This div background color is #a35bad


#a35bad Border Color

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

This div border color is #a35bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35bad


Comments

No comments written yet.

Please login to write comment.