Color Hex Logo

#a184ed Color Hex

#A184ED
(161,132,237)
0 Favorites   0 Comments

Color spaces of #a184ed

RGB 161132237
HSL0.710.740.72
HSV257°44°93°
CMYK 0.320.440.00   0.07
XYZ38.235330.194083.9336
Yxy30.19400.25090.1982
Hunter Lab54.949128.0451-52.0999
CIE-Lab61.821333.6647-49.2068

#a184ed color RGB value is (161,132,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000100 11101101
Octal 241 204 355
Decimal 161 132 237
Hex A1 84 ED

RGB Percentages of Color #a184ed

%30.38
%24.91
%44.72

CMYK Percentages of Color #a184ed

%32
%44
%0
%7

Triadic Colors of #a184ed

#a184ed #eda184 #84eda1

Analogous Colors of #a184ed

#a184ed #d684ed #849ced

Monochromatic Colors of #a184ed

#a184ed

Complementary Color

#a184ed #d0ed84

#a184ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a184ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a184ed Color CSS Codes

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

#a184ed Text Font Color

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

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


#a184ed Background Color

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

This div background color is #a184ed


#a184ed Border Color

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

This div border color is #a184ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a184ed


Comments

No comments written yet.

Please login to write comment.