Color Hex Logo

#a18cce Color Hex

#A18CCE
(161,140,206)
0 Favorites   0 Comments

Color spaces of #a18cce

RGB 161140206
HSL0.720.400.68
HSV259°32°81°
CMYK 0.220.320.00   0.19
XYZ35.216630.789562.4794
Yxy30.78950.27410.2396
Hunter Lab55.488316.1836-27.9183
CIE-Lab62.329521.4928-31.1457

#a18cce color RGB value is (161,140,206).

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

The process color (four color CMYK) of #a18cce color hex is 0.22, 0.32, 0.00, 0.19. Web safe color of #a18cce is #9999cc. Color #a18cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 11001110
Octal 241 214 316
Decimal 161 140 206
Hex A1 8C CE

RGB Percentages of Color #a18cce

%31.76
%27.61
%40.63

CMYK Percentages of Color #a18cce

%22
%32
%0
%19

Triadic Colors of #a18cce

#a18cce #cea18c #8ccea1

Analogous Colors of #a18cce

#a18cce #c28cce #8c98ce

Monochromatic Colors of #a18cce

#a18cce

Complementary Color

#a18cce #b9ce8c

#a18cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18cce Color CSS Codes

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

#a18cce Text Font Color

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

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


#a18cce Background Color

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

This div background color is #a18cce


#a18cce Border Color

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

This div border color is #a18cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18cce


Comments

No comments written yet.

Please login to write comment.