Color Hex Logo

#a18adb Color Hex

#A18ADB
(161,138,219)
0 Favorites   0 Comments

Color spaces of #a18adb

RGB 161138219
HSL0.710.530.70
HSV257°37°86°
CMYK 0.260.370.00   0.14
XYZ36.572630.868571.0485
Yxy30.86850.26410.2229
Hunter Lab55.559420.2706-36.9275
CIE-Lab62.396525.7556-38.3052

#a18adb color RGB value is (161,138,219).

#a18adb hex color red value is 161, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a18adb hue: 0.71 , saturation: 0.53 and the lightness value of a18adb is 0.70.

The process color (four color CMYK) of #a18adb color hex is 0.26, 0.37, 0.00, 0.14. Web safe color of #a18adb is #9999cc. Color #a18adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001010 11011011
Octal 241 212 333
Decimal 161 138 219
Hex A1 8A DB

RGB Percentages of Color #a18adb

%31.08
%26.64
%42.28

CMYK Percentages of Color #a18adb

%26
%37
%0
%14

Triadic Colors of #a18adb

#a18adb #dba18a #8adba1

Analogous Colors of #a18adb

#a18adb #ca8adb #8a9cdb

Monochromatic Colors of #a18adb

#a18adb

Complementary Color

#a18adb #c4db8a

#a18adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18adb Color CSS Codes

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

#a18adb Text Font Color

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

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


#a18adb Background Color

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

This div background color is #a18adb


#a18adb Border Color

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

This div border color is #a18adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18adb


Comments

No comments written yet.

Please login to write comment.