Color Hex Logo

#a182cd Color Hex

#A182CD
(161,130,205)
0 Favorites   0 Comments

Color spaces of #a182cd

RGB 161130205
HSL0.740.430.66
HSV265°37°80°
CMYK 0.210.370.00   0.20
XYZ33.700027.950161.3763
Yxy27.95010.27390.2272
Hunter Lab52.867921.2640-31.8245
CIE-Lab59.843626.9769-34.4479

#a182cd color RGB value is (161,130,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000010 11001101
Octal 241 202 315
Decimal 161 130 205
Hex A1 82 CD

RGB Percentages of Color #a182cd

%32.46
%26.21
%41.33

CMYK Percentages of Color #a182cd

%21
%37
%0
%20

Triadic Colors of #a182cd

#a182cd #cda182 #82cda1

Analogous Colors of #a182cd

#a182cd #c782cd #8289cd

Monochromatic Colors of #a182cd

#a182cd

Complementary Color

#a182cd #aecd82

#a182cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a182cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a182cd Color CSS Codes

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

#a182cd Text Font Color

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

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


#a182cd Background Color

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

This div background color is #a182cd


#a182cd Border Color

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

This div border color is #a182cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a182cd


Comments

No comments written yet.

Please login to write comment.