Color Hex Logo

#a18cc5 Color Hex

#A18CC5
(161,140,197)
0 Favorites   0 Comments

Color spaces of #a18cc5

RGB 161140197
HSL0.730.330.66
HSV262°29°77°
CMYK 0.180.290.00   0.23
XYZ34.154130.364556.8841
Yxy30.36450.28130.2501
Hunter Lab55.104014.2044-22.6325
CIE-Lab61.967519.4049-26.6528

#a18cc5 color RGB value is (161,140,197).

#a18cc5 hex color red value is 161, green value is 140 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #a18cc5 hue: 0.73 , saturation: 0.33 and the lightness value of a18cc5 is 0.66.

The process color (four color CMYK) of #a18cc5 color hex is 0.18, 0.29, 0.00, 0.23. Web safe color of #a18cc5 is #9999cc. Color #a18cc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 11000101
Octal 241 214 305
Decimal 161 140 197
Hex A1 8C C5

RGB Percentages of Color #a18cc5

%32.33
%28.11
%39.56

CMYK Percentages of Color #a18cc5

%18
%29
%0
%23

Triadic Colors of #a18cc5

#a18cc5 #c5a18c #8cc5a1

Analogous Colors of #a18cc5

#a18cc5 #be8cc5 #8c94c5

Monochromatic Colors of #a18cc5

#a18cc5

Complementary Color

#a18cc5 #b0c58c

#a18cc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18cc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18cc5 Color CSS Codes

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

#a18cc5 Text Font Color

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

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


#a18cc5 Background Color

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

This div background color is #a18cc5


#a18cc5 Border Color

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

This div border color is #a18cc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18cc5


Comments

No comments written yet.

Please login to write comment.