Color Hex Logo

#a18ce1 Color Hex

#A18CE1
(161,140,225)
0 Favorites   0 Comments

Color spaces of #a18ce1

RGB 161140225
HSL0.710.590.72
HSV255°38°88°
CMYK 0.280.380.00   0.12
XYZ37.666631.769575.3810
Yxy31.76950.26010.2194
Hunter Lab56.364420.6482-39.8385
CIE-Lab63.151926.0899-40.4595

#a18ce1 color RGB value is (161,140,225).

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

The process color (four color CMYK) of #a18ce1 color hex is 0.28, 0.38, 0.00, 0.12. Web safe color of #a18ce1 is #9999cc. Color #a18ce1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 11100001
Octal 241 214 341
Decimal 161 140 225
Hex A1 8C E1

RGB Percentages of Color #a18ce1

%30.61
%26.62
%42.78

CMYK Percentages of Color #a18ce1

%28
%38
%0
%12

Triadic Colors of #a18ce1

#a18ce1 #e1a18c #8ce1a1

Analogous Colors of #a18ce1

#a18ce1 #cc8ce1 #8ca2e1

Monochromatic Colors of #a18ce1

#a18ce1

Complementary Color

#a18ce1 #cce18c

#a18ce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18ce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18ce1 Color CSS Codes

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

#a18ce1 Text Font Color

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

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


#a18ce1 Background Color

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

This div background color is #a18ce1


#a18ce1 Border Color

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

This div border color is #a18ce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18ce1


Comments

No comments written yet.

Please login to write comment.