Color Hex Logo

#a18bca Color Hex

#A18BCA
(161,139,202)
0 Favorites   0 Comments

Color spaces of #a18bca

RGB 161139202
HSL0.720.370.67
HSV261°31°79°
CMYK 0.200.310.00   0.21
XYZ34.591230.306659.9037
Yxy30.30660.27720.2428
Hunter Lab55.051415.8193-25.9799
CIE-Lab61.917921.1286-29.5396

#a18bca color RGB value is (161,139,202).

#a18bca hex color red value is 161, green value is 139 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a18bca hue: 0.72 , saturation: 0.37 and the lightness value of a18bca is 0.67.

The process color (four color CMYK) of #a18bca color hex is 0.20, 0.31, 0.00, 0.21. Web safe color of #a18bca is #9999cc. Color #a18bca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001011 11001010
Octal 241 213 312
Decimal 161 139 202
Hex A1 8B CA

RGB Percentages of Color #a18bca

%32.07
%27.69
%40.24

CMYK Percentages of Color #a18bca

%20
%31
%0
%21

Triadic Colors of #a18bca

#a18bca #caa18b #8bcaa1

Analogous Colors of #a18bca

#a18bca #c18bca #8b95ca

Monochromatic Colors of #a18bca

#a18bca

Complementary Color

#a18bca #b4ca8b

#a18bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18bca Color CSS Codes

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

#a18bca Text Font Color

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

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


#a18bca Background Color

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

This div background color is #a18bca


#a18bca Border Color

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

This div border color is #a18bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18bca


Comments

No comments written yet.

Please login to write comment.