Color Hex Logo

#a55abb Color Hex

#A55ABB
(165,90,187)
0 Favorites   0 Comments

Color spaces of #a55abb

RGB 16590187
HSL0.800.420.54
HSV286°52°73°
CMYK 0.120.520.00   0.27
XYZ28.142918.899549.1784
Yxy18.89950.29250.1964
Hunter Lab43.473639.4745-36.6389
CIE-Lab50.569446.3205-38.6756

#a55abb color RGB value is (165,90,187).

#a55abb hex color red value is 165, green value is 90 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a55abb hue: 0.80 , saturation: 0.42 and the lightness value of a55abb is 0.54.

The process color (four color CMYK) of #a55abb color hex is 0.12, 0.52, 0.00, 0.27. Web safe color of #a55abb is #9966cc. Color #a55abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011010 10111011
Octal 245 132 273
Decimal 165 90 187
Hex A5 5A BB

RGB Percentages of Color #a55abb

%37.33
%20.36
%42.31

CMYK Percentages of Color #a55abb

%12
%52
%0
%27

Triadic Colors of #a55abb

#a55abb #bba55a #5abba5

Analogous Colors of #a55abb

#a55abb #bb5aa1 #755abb

Monochromatic Colors of #a55abb

#a55abb

Complementary Color

#a55abb #70bb5a

#a55abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55abb Color CSS Codes

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

#a55abb Text Font Color

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

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


#a55abb Background Color

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

This div background color is #a55abb


#a55abb Border Color

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

This div border color is #a55abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55abb


Comments

No comments written yet.

Please login to write comment.