Color Hex Logo

#a18bcd Color Hex

#A18BCD
(161,139,205)
0 Favorites   0 Comments

Color spaces of #a18bcd

RGB 161139205
HSL0.720.400.67
HSV260°32°80°
CMYK 0.210.320.00   0.20
XYZ34.950030.450161.7930
Yxy30.45010.27480.2394
Hunter Lab55.181616.4875-27.7665
CIE-Lab62.040721.8294-31.0329

#a18bcd color RGB value is (161,139,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001011 11001101
Octal 241 213 315
Decimal 161 139 205
Hex A1 8B CD

RGB Percentages of Color #a18bcd

%31.88
%27.52
%40.59

CMYK Percentages of Color #a18bcd

%21
%32
%0
%20

Triadic Colors of #a18bcd

#a18bcd #cda18b #8bcda1

Analogous Colors of #a18bcd

#a18bcd #c28bcd #8b96cd

Monochromatic Colors of #a18bcd

#a18bcd

Complementary Color

#a18bcd #b7cd8b

#a18bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18bcd Color CSS Codes

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

#a18bcd Text Font Color

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

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


#a18bcd Background Color

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

This div background color is #a18bcd


#a18bcd Border Color

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

This div border color is #a18bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18bcd


Comments

No comments written yet.

Please login to write comment.