Color Hex Logo

#a15acb Color Hex

#A15ACB
(161,90,203)
0 Favorites   0 Comments

Color spaces of #a15acb

RGB 16190203
HSL0.770.520.57
HSV278°56°80°
CMYK 0.210.560.00   0.20
XYZ29.133619.201258.6706
Yxy19.20120.27230.1794
Hunter Lab43.819241.9939-48.7115
CIE-Lab50.921848.6672-47.3661

#a15acb color RGB value is (161,90,203).

#a15acb hex color red value is 161, green value is 90 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a15acb hue: 0.77 , saturation: 0.52 and the lightness value of a15acb is 0.57.

The process color (four color CMYK) of #a15acb color hex is 0.21, 0.56, 0.00, 0.20. Web safe color of #a15acb is #9966cc. Color #a15acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011010 11001011
Octal 241 132 313
Decimal 161 90 203
Hex A1 5A CB

RGB Percentages of Color #a15acb

%35.46
%19.82
%44.71

CMYK Percentages of Color #a15acb

%21
%56
%0
%20

Triadic Colors of #a15acb

#a15acb #cba15a #5acba1

Analogous Colors of #a15acb

#a15acb #cb5abd #695acb

Monochromatic Colors of #a15acb

#a15acb

Complementary Color

#a15acb #84cb5a

#a15acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a15acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a15acb Color CSS Codes

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

#a15acb Text Font Color

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

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


#a15acb Background Color

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

This div background color is #a15acb


#a15acb Border Color

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

This div border color is #a15acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a15acb


Comments

No comments written yet.

Please login to write comment.