Color Hex Logo

#a055bb Color Hex

#A055BB
(160,85,187)
0 Favorites   0 Comments

Color spaces of #a055bb

RGB 16085187
HSL0.790.430.53
HSV284°55°73°
CMYK 0.140.550.00   0.27
XYZ26.715317.558448.9948
Yxy17.55840.28640.1883
Hunter Lab41.902740.4737-39.9929
CIE-Lab48.956147.5416-41.2660

#a055bb color RGB value is (160,85,187).

#a055bb hex color red value is 160, green value is 85 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a055bb hue: 0.79 , saturation: 0.43 and the lightness value of a055bb is 0.53.

The process color (four color CMYK) of #a055bb color hex is 0.14, 0.55, 0.00, 0.27. Web safe color of #a055bb is #9966cc. Color #a055bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010101 10111011
Octal 240 125 273
Decimal 160 85 187
Hex A0 55 BB

RGB Percentages of Color #a055bb

%37.04
%19.68
%43.29

CMYK Percentages of Color #a055bb

%14
%55
%0
%27

Triadic Colors of #a055bb

#a055bb #bba055 #55bba0

Analogous Colors of #a055bb

#a055bb #bb55a3 #6d55bb

Monochromatic Colors of #a055bb

#a055bb

Complementary Color

#a055bb #70bb55

#a055bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a055bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a055bb Color CSS Codes

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

#a055bb Text Font Color

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

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


#a055bb Background Color

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

This div background color is #a055bb


#a055bb Border Color

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

This div border color is #a055bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,85,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 #a055bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a055bb


Comments

No comments written yet.

Please login to write comment.