Color Hex Logo

#a184ee Color Hex

#A184EE
(161,132,238)
0 Favorites   0 Comments

Color spaces of #a184ee

RGB 161132238
HSL0.710.760.73
HSV256°45°93°
CMYK 0.320.450.00   0.07
XYZ38.381830.252684.7053
Yxy30.25260.25030.1973
Hunter Lab55.002428.3069-52.8067
CIE-Lab61.871633.9186-49.6804

#a184ee color RGB value is (161,132,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000100 11101110
Octal 241 204 356
Decimal 161 132 238
Hex A1 84 EE

RGB Percentages of Color #a184ee

%30.32
%24.86
%44.82

CMYK Percentages of Color #a184ee

%32
%45
%0
%7

Triadic Colors of #a184ee

#a184ee #eea184 #84eea1

Analogous Colors of #a184ee

#a184ee #d684ee #849cee

Monochromatic Colors of #a184ee

#a184ee

Complementary Color

#a184ee #d1ee84

#a184ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a184ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a184ee Color CSS Codes

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

#a184ee Text Font Color

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

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


#a184ee Background Color

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

This div background color is #a184ee


#a184ee Border Color

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

This div border color is #a184ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a184ee


Comments

No comments written yet.

Please login to write comment.