Color Hex Logo

#a155be Color Hex

#A155BE
(161,85,190)
0 Favorites   0 Comments

Color spaces of #a155be

RGB 16185190
HSL0.790.450.54
HSV283°55°75°
CMYK 0.150.550.00   0.25
XYZ27.240717.791850.7136
Yxy17.79180.28450.1858
Hunter Lab42.180341.4625-41.7584
CIE-Lab49.242648.4396-42.5436

#a155be color RGB value is (161,85,190).

#a155be hex color red value is 161, green value is 85 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a155be hue: 0.79 , saturation: 0.45 and the lightness value of a155be is 0.54.

The process color (four color CMYK) of #a155be color hex is 0.15, 0.55, 0.00, 0.25. Web safe color of #a155be is #9966cc. Color #a155be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01010101 10111110
Octal 241 125 276
Decimal 161 85 190
Hex A1 55 BE

RGB Percentages of Color #a155be

%36.93
%19.50
%43.58

CMYK Percentages of Color #a155be

%15
%55
%0
%25

Triadic Colors of #a155be

#a155be #bea155 #55bea1

Analogous Colors of #a155be

#a155be #be55a7 #6d55be

Monochromatic Colors of #a155be

#a155be

Complementary Color

#a155be #72be55

#a155be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a155be Color Preview on White Background

Lorem ipsum dolor sit amet.

#a155be Color CSS Codes

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

#a155be Text Font Color

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

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


#a155be Background Color

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

This div background color is #a155be


#a155be Border Color

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

This div border color is #a155be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,85,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a155be


Comments

No comments written yet.

Please login to write comment.