Color Hex Logo

#a185da Color Hex

#A185DA
(161,133,218)
0 Favorites   0 Comments

Color spaces of #a185da

RGB 161133218
HSL0.720.530.69
HSV260°39°85°
CMYK 0.260.390.00   0.15
XYZ35.740429.414170.1234
Yxy29.41410.26420.2174
Hunter Lab54.234822.7196-38.6953
CIE-Lab61.145428.3687-39.7061

#a185da color RGB value is (161,133,218).

#a185da hex color red value is 161, green value is 133 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a185da hue: 0.72 , saturation: 0.53 and the lightness value of a185da is 0.69.

The process color (four color CMYK) of #a185da color hex is 0.26, 0.39, 0.00, 0.15. Web safe color of #a185da is #9999cc. Color #a185da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 11011010
Octal 241 205 332
Decimal 161 133 218
Hex A1 85 DA

RGB Percentages of Color #a185da

%31.45
%25.98
%42.58

CMYK Percentages of Color #a185da

%26
%39
%0
%15

Triadic Colors of #a185da

#a185da #daa185 #85daa1

Analogous Colors of #a185da

#a185da #cc85da #8594da

Monochromatic Colors of #a185da

#a185da

Complementary Color

#a185da #beda85

#a185da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a185da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a185da Color CSS Codes

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

#a185da Text Font Color

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

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


#a185da Background Color

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

This div background color is #a185da


#a185da Border Color

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

This div border color is #a185da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a185da


Comments

No comments written yet.

Please login to write comment.