Color Hex Logo

#a184cd Color Hex

#A184CD
(161,132,205)
0 Favorites   0 Comments

Color spaces of #a184cd

RGB 161132205
HSL0.730.420.66
HSV264°36°80°
CMYK 0.210.360.00   0.20
XYZ33.968728.487461.4659
Yxy28.48740.27410.2299
Hunter Lab53.373620.1995-30.9178
CIE-Lab60.326525.8334-33.6956

#a184cd color RGB value is (161,132,205).

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

The process color (four color CMYK) of #a184cd color hex is 0.21, 0.36, 0.00, 0.20. Web safe color of #a184cd is #9999cc. Color #a184cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000100 11001101
Octal 241 204 315
Decimal 161 132 205
Hex A1 84 CD

RGB Percentages of Color #a184cd

%32.33
%26.51
%41.16

CMYK Percentages of Color #a184cd

%21
%36
%0
%20

Triadic Colors of #a184cd

#a184cd #cda184 #84cda1

Analogous Colors of #a184cd

#a184cd #c684cd #848ccd

Monochromatic Colors of #a184cd

#a184cd

Complementary Color

#a184cd #b0cd84

#a184cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a184cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a184cd Color CSS Codes

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

#a184cd Text Font Color

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

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


#a184cd Background Color

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

This div background color is #a184cd


#a184cd Border Color

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

This div border color is #a184cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a184cd


Comments

No comments written yet.

Please login to write comment.