Color Hex Logo

#a35bbd Color Hex

#A35BBD
(163,91,189)
0 Favorites   0 Comments

Color spaces of #a35bbd

RGB 16391189
HSL0.790.430.55
HSV284°52°74°
CMYK 0.140.520.00   0.26
XYZ28.030718.942850.3231
Yxy18.94280.28810.1947
Hunter Lab43.523338.7951-38.0867
CIE-Lab50.620245.6581-39.7695

#a35bbd color RGB value is (163,91,189).

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

The process color (four color CMYK) of #a35bbd color hex is 0.14, 0.52, 0.00, 0.26. Web safe color of #a35bbd is #9966cc. Color #a35bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 01011011 10111101
Octal 243 133 275
Decimal 163 91 189
Hex A3 5B BD

RGB Percentages of Color #a35bbd

%36.79
%20.54
%42.66

CMYK Percentages of Color #a35bbd

%14
%52
%0
%26

Triadic Colors of #a35bbd

#a35bbd #bda35b #5bbda3

Analogous Colors of #a35bbd

#a35bbd #bd5ba6 #725bbd

Monochromatic Colors of #a35bbd

#a35bbd

Complementary Color

#a35bbd #75bd5b

#a35bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a35bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a35bbd Color CSS Codes

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

#a35bbd Text Font Color

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

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


#a35bbd Background Color

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

This div background color is #a35bbd


#a35bbd Border Color

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

This div border color is #a35bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a35bbd


Comments

No comments written yet.

Please login to write comment.