Color Hex Logo

#a195db Color Hex

#A195DB
(161,149,219)
0 Favorites   0 Comments

Color spaces of #a195db

RGB 161149219
HSL0.700.490.72
HSV250°32°86°
CMYK 0.260.320.00   0.14
XYZ38.231634.186471.6015
Yxy34.18640.26550.2374
Hunter Lab58.469114.3960-31.6783
CIE-Lab65.110319.4760-34.0752

#a195db color RGB value is (161,149,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010101 11011011
Octal 241 225 333
Decimal 161 149 219
Hex A1 95 DB

RGB Percentages of Color #a195db

%30.43
%28.17
%41.40

CMYK Percentages of Color #a195db

%26
%32
%0
%14

Triadic Colors of #a195db

#a195db #dba195 #95dba1

Analogous Colors of #a195db

#a195db #c495db #95acdb

Monochromatic Colors of #a195db

#a195db

Complementary Color

#a195db #cfdb95

#a195db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a195db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a195db Color CSS Codes

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

#a195db Text Font Color

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

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


#a195db Background Color

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

This div background color is #a195db


#a195db Border Color

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

This div border color is #a195db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a195db


Comments

No comments written yet.

Please login to write comment.