Color Hex Logo

#a18cdc Color Hex

#A18CDC
(161,140,220)
0 Favorites   0 Comments

Color spaces of #a18cdc

RGB 161140220
HSL0.710.530.71
HSV256°36°86°
CMYK 0.270.360.00   0.14
XYZ36.994331.500571.8405
Yxy31.50050.26360.2245
Hunter Lab56.125319.4368-36.6036
CIE-Lab62.927924.8574-38.0312

#a18cdc color RGB value is (161,140,220).

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

The process color (four color CMYK) of #a18cdc color hex is 0.27, 0.36, 0.00, 0.14. Web safe color of #a18cdc is #9999cc. Color #a18cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 11011100
Octal 241 214 334
Decimal 161 140 220
Hex A1 8C DC

RGB Percentages of Color #a18cdc

%30.90
%26.87
%42.23

CMYK Percentages of Color #a18cdc

%27
%36
%0
%14

Triadic Colors of #a18cdc

#a18cdc #dca18c #8cdca1

Analogous Colors of #a18cdc

#a18cdc #c98cdc #8c9fdc

Monochromatic Colors of #a18cdc

#a18cdc

Complementary Color

#a18cdc #c7dc8c

#a18cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18cdc Color CSS Codes

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

#a18cdc Text Font Color

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

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


#a18cdc Background Color

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

This div background color is #a18cdc


#a18cdc Border Color

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

This div border color is #a18cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18cdc


Comments

No comments written yet.

Please login to write comment.