Color Hex Logo

#a18ece Color Hex

#A18ECE
(161,142,206)
0 Favorites   0 Comments

Color spaces of #a18ece

RGB 161142206
HSL0.720.400.68
HSV258°31°81°
CMYK 0.220.310.00   0.19
XYZ35.511531.379362.5777
Yxy31.37930.27430.2424
Hunter Lab56.017215.1279-27.0217
CIE-Lab62.826520.3502-30.3760

#a18ece color RGB value is (161,142,206).

#a18ece hex color red value is 161, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a18ece hue: 0.72 , saturation: 0.40 and the lightness value of a18ece is 0.68.

The process color (four color CMYK) of #a18ece color hex is 0.22, 0.31, 0.00, 0.19. Web safe color of #a18ece is #9999cc. Color #a18ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10001110 11001110
Octal 241 216 316
Decimal 161 142 206
Hex A1 8E CE

RGB Percentages of Color #a18ece

%31.63
%27.90
%40.47

CMYK Percentages of Color #a18ece

%22
%31
%0
%19

Triadic Colors of #a18ece

#a18ece #cea18e #8ecea1

Analogous Colors of #a18ece

#a18ece #c18ece #8e9bce

Monochromatic Colors of #a18ece

#a18ece

Complementary Color

#a18ece #bbce8e

#a18ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a18ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#a18ece Color CSS Codes

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

#a18ece Text Font Color

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

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


#a18ece Background Color

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

This div background color is #a18ece


#a18ece Border Color

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

This div border color is #a18ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a18ece


Comments

No comments written yet.

Please login to write comment.