Color Hex Logo

#a55cba Color Hex

#A55CBA
(165,92,186)
0 Favorites   0 Comments

Color spaces of #a55cba

RGB 16592186
HSL0.800.410.55
HSV287°51°73°
CMYK 0.110.510.00   0.27
XYZ28.207119.198848.6734
Yxy19.19880.29360.1998
Hunter Lab43.816438.2317-35.1907
CIE-Lab50.919045.0670-37.5458

#a55cba color RGB value is (165,92,186).

#a55cba hex color red value is 165, green value is 92 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a55cba hue: 0.80 , saturation: 0.41 and the lightness value of a55cba is 0.55.

The process color (four color CMYK) of #a55cba color hex is 0.11, 0.51, 0.00, 0.27. Web safe color of #a55cba is #9966cc. Color #a55cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011100 10111010
Octal 245 134 272
Decimal 165 92 186
Hex A5 5C BA

RGB Percentages of Color #a55cba

%37.25
%20.77
%41.99

CMYK Percentages of Color #a55cba

%11
%51
%0
%27

Triadic Colors of #a55cba

#a55cba #baa55c #5cbaa5

Analogous Colors of #a55cba

#a55cba #ba5ca0 #765cba

Monochromatic Colors of #a55cba

#a55cba

Complementary Color

#a55cba #71ba5c

#a55cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55cba Color CSS Codes

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

#a55cba Text Font Color

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

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


#a55cba Background Color

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

This div background color is #a55cba


#a55cba Border Color

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

This div border color is #a55cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55cba


Comments

No comments written yet.

Please login to write comment.