Color Hex Logo

#a55bbd Color Hex

#A55BBD
(165,91,189)
0 Favorites   0 Comments

Color spaces of #a55bbd

RGB 16591189
HSL0.790.430.55
HSV285°52°74°
CMYK 0.130.520.00   0.26
XYZ28.443419.155650.3424
Yxy19.15560.29040.1956
Hunter Lab43.767139.4113-37.5604
CIE-Lab50.868846.2122-39.3607

#a55bbd color RGB value is (165,91,189).

#a55bbd hex color red value is 165, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a55bbd hue: 0.79 , saturation: 0.43 and the lightness value of a55bbd is 0.55.

The process color (four color CMYK) of #a55bbd color hex is 0.13, 0.52, 0.00, 0.26. Web safe color of #a55bbd is #9966cc. Color #a55bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01011011 10111101
Octal 245 133 275
Decimal 165 91 189
Hex A5 5B BD

RGB Percentages of Color #a55bbd

%37.08
%20.45
%42.47

CMYK Percentages of Color #a55bbd

%13
%52
%0
%26

Triadic Colors of #a55bbd

#a55bbd #bda55b #5bbda5

Analogous Colors of #a55bbd

#a55bbd #bd5ba4 #745bbd

Monochromatic Colors of #a55bbd

#a55bbd

Complementary Color

#a55bbd #73bd5b

#a55bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a55bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a55bbd Color CSS Codes

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

#a55bbd Text Font Color

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

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


#a55bbd Background Color

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

This div background color is #a55bbd


#a55bbd Border Color

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

This div border color is #a55bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a55bbd


Comments

No comments written yet.

Please login to write comment.