Color Hex Logo

#a185db Color Hex

#A185DB
(161,133,219)
0 Favorites   0 Comments

Color spaces of #a185db

RGB 161133219
HSL0.720.540.69
HSV260°39°86°
CMYK 0.260.390.00   0.14
XYZ35.871729.466670.8148
Yxy29.46660.26350.2164
Hunter Lab54.283122.9619-39.3483
CIE-Lab61.191228.6123-40.1928

#a185db color RGB value is (161,133,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10000101 11011011
Octal 241 205 333
Decimal 161 133 219
Hex A1 85 DB

RGB Percentages of Color #a185db

%31.38
%25.93
%42.69

CMYK Percentages of Color #a185db

%26
%39
%0
%14

Triadic Colors of #a185db

#a185db #dba185 #85dba1

Analogous Colors of #a185db

#a185db #cc85db #8594db

Monochromatic Colors of #a185db

#a185db

Complementary Color

#a185db #bfdb85

#a185db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a185db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a185db Color CSS Codes

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

#a185db Text Font Color

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

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


#a185db Background Color

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

This div background color is #a185db


#a185db Border Color

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

This div border color is #a185db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a185db


Comments

No comments written yet.

Please login to write comment.