Color Hex Logo

#a185cd Color Hex

#A185CD
(161,133,205)
0 Favorites   0 Comments

Color spaces of #a185cd

RGB 161133205
HSL0.730.420.66
HSV263°35°80°
CMYK 0.210.350.00   0.20
XYZ34.104928.759961.5113
Yxy28.75990.27420.2312
Hunter Lab53.628319.6677-30.4655
CIE-Lab60.569125.2613-33.3180

#a185cd color RGB value is (161,133,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 11001101
Octal 241 205 315
Decimal 161 133 205
Hex A1 85 CD

RGB Percentages of Color #a185cd

%32.26
%26.65
%41.08

CMYK Percentages of Color #a185cd

%21
%35
%0
%20

Triadic Colors of #a185cd

#a185cd #cda185 #85cda1

Analogous Colors of #a185cd

#a185cd #c585cd #858dcd

Monochromatic Colors of #a185cd

#a185cd

Complementary Color

#a185cd #b1cd85

#a185cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a185cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a185cd Color CSS Codes

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

#a185cd Text Font Color

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

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


#a185cd Background Color

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

This div background color is #a185cd


#a185cd Border Color

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

This div border color is #a185cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a185cd


Comments

No comments written yet.

Please login to write comment.