Color Hex Logo

#a55bae Color Hex

#A55BAE
(165,91,174)
0 Favorites   0 Comments

Color spaces of #a55bae

RGB 16591174
HSL0.820.340.52
HSV293°48°68°
CMYK 0.050.480.00   0.32
XYZ26.898118.537542.2048
Yxy18.53750.30690.2115
Hunter Lab43.055236.1686-27.9803
CIE-Lab50.141743.1766-31.7872

#a55bae color RGB value is (165,91,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011011 10101110
Octal 245 133 256
Decimal 165 91 174
Hex A5 5B AE

RGB Percentages of Color #a55bae

%38.37
%21.16
%40.47

CMYK Percentages of Color #a55bae

%5
%48
%0
%32

Triadic Colors of #a55bae

#a55bae #aea55b #5baea5

Analogous Colors of #a55bae

#a55bae #ae5b8e #7c5bae

Monochromatic Colors of #a55bae

#a55bae

Complementary Color

#a55bae #64ae5b

#a55bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55bae Color CSS Codes

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

#a55bae Text Font Color

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

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


#a55bae Background Color

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

This div background color is #a55bae


#a55bae Border Color

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

This div border color is #a55bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55bae


Comments

No comments written yet.

Please login to write comment.