Color Hex Logo

#a55bab Color Hex

#A55BAB
(165,91,171)
0 Favorites   0 Comments

Color spaces of #a55bab

RGB 16591171
HSL0.820.320.51
HSV296°47°67°
CMYK 0.040.470.00   0.33
XYZ26.608818.421840.6814
Yxy18.42180.31040.2149
Hunter Lab42.920635.5506-26.1523
CIE-Lab50.003842.5898-30.2489

#a55bab color RGB value is (165,91,171).

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

The process color (four color CMYK) of #a55bab color hex is 0.04, 0.47, 0.00, 0.33. Web safe color of #a55bab is #996699. Color #a55bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011011 10101011
Octal 245 133 253
Decimal 165 91 171
Hex A5 5B AB

RGB Percentages of Color #a55bab

%38.64
%21.31
%40.05

CMYK Percentages of Color #a55bab

%4
%47
%0
%33

Triadic Colors of #a55bab

#a55bab #aba55b #5baba5

Analogous Colors of #a55bab

#a55bab #ab5b89 #7d5bab

Monochromatic Colors of #a55bab

#a55bab

Complementary Color

#a55bab #61ab5b

#a55bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55bab Color CSS Codes

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

#a55bab Text Font Color

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

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


#a55bab Background Color

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

This div background color is #a55bab


#a55bab Border Color

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

This div border color is #a55bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55bab


Comments

No comments written yet.

Please login to write comment.