Color Hex Logo

#a55bad Color Hex

#A55BAD
(165,91,173)
0 Favorites   0 Comments

Color spaces of #a55bad

RGB 16591173
HSL0.820.330.52
HSV294°47°68°
CMYK 0.050.470.00   0.32
XYZ26.801018.498641.6932
Yxy18.49860.30810.2126
Hunter Lab43.010035.9620-27.3678
CIE-Lab50.095442.9806-31.2754

#a55bad color RGB value is (165,91,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011011 10101101
Octal 245 133 255
Decimal 165 91 173
Hex A5 5B AD

RGB Percentages of Color #a55bad

%38.46
%21.21
%40.33

CMYK Percentages of Color #a55bad

%5
%47
%0
%32

Triadic Colors of #a55bad

#a55bad #ada55b #5bada5

Analogous Colors of #a55bad

#a55bad #ad5b8c #7c5bad

Monochromatic Colors of #a55bad

#a55bad

Complementary Color

#a55bad #63ad5b

#a55bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55bad Color CSS Codes

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

#a55bad Text Font Color

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

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


#a55bad Background Color

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

This div background color is #a55bad


#a55bad Border Color

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

This div border color is #a55bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55bad


Comments

No comments written yet.

Please login to write comment.