Color Hex Logo

#a18aed Color Hex

#A18AED
(161,138,237)
0 Favorites   0 Comments

Color spaces of #a18aed

RGB 161138237
HSL0.710.730.74
HSV254°42°93°
CMYK 0.320.420.00   0.07
XYZ39.072531.868484.2126
Yxy31.86840.25180.2054
Hunter Lab56.452124.7550-48.9296
CIE-Lab63.234030.2499-46.9741

#a18aed color RGB value is (161,138,237).

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

The process color (four color CMYK) of #a18aed color hex is 0.32, 0.42, 0.00, 0.07. Web safe color of #a18aed is #9999ff. Color #a18aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001010 11101101
Octal 241 212 355
Decimal 161 138 237
Hex A1 8A ED

RGB Percentages of Color #a18aed

%30.04
%25.75
%44.22

CMYK Percentages of Color #a18aed

%32
%42
%0
%7

Triadic Colors of #a18aed

#a18aed #eda18a #8aeda1

Analogous Colors of #a18aed

#a18aed #d38aed #8aa5ed

Monochromatic Colors of #a18aed

#a18aed

Complementary Color

#a18aed #d6ed8a

#a18aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18aed Color CSS Codes

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

#a18aed Text Font Color

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

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


#a18aed Background Color

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

This div background color is #a18aed


#a18aed Border Color

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

This div border color is #a18aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18aed


Comments

No comments written yet.

Please login to write comment.