Color Hex Logo

#a18ced Color Hex

#A18CED
(161,140,237)
0 Favorites   0 Comments

Color spaces of #a18ced

RGB 161140237
HSL0.700.730.74
HSV253°41°93°
CMYK 0.320.410.00   0.07
XYZ39.362132.447784.3092
Yxy32.44770.25210.2078
Hunter Lab56.962923.6608-47.8795
CIE-Lab63.711229.1092-46.2214

#a18ced color RGB value is (161,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001100 11101101
Octal 241 214 355
Decimal 161 140 237
Hex A1 8C ED

RGB Percentages of Color #a18ced

%29.93
%26.02
%44.05

CMYK Percentages of Color #a18ced

%32
%41
%0
%7

Triadic Colors of #a18ced

#a18ced #eda18c #8ceda1

Analogous Colors of #a18ced

#a18ced #d28ced #8ca8ed

Monochromatic Colors of #a18ced

#a18ced

Complementary Color

#a18ced #d8ed8c

#a18ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18ced Color CSS Codes

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

#a18ced Text Font Color

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

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


#a18ced Background Color

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

This div background color is #a18ced


#a18ced Border Color

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

This div border color is #a18ced


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(161,140,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 #a18ced">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18ced


Comments

No comments written yet.

Please login to write comment.