Color Hex Logo

#a193db Color Hex

#A193DB
(161,147,219)
0 Favorites   0 Comments

Color spaces of #a193db

RGB 161147219
HSL0.700.500.72
HSV252°33°86°
CMYK 0.260.330.00   0.14
XYZ37.917833.559071.4969
Yxy33.55900.26520.2347
Hunter Lab57.930115.4583-32.6241
CIE-Lab64.611020.6154-34.8512

#a193db color RGB value is (161,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10010011 11011011
Octal 241 223 333
Decimal 161 147 219
Hex A1 93 DB

RGB Percentages of Color #a193db

%30.55
%27.89
%41.56

CMYK Percentages of Color #a193db

%26
%33
%0
%14

Triadic Colors of #a193db

#a193db #dba193 #93dba1

Analogous Colors of #a193db

#a193db #c593db #93a9db

Monochromatic Colors of #a193db

#a193db

Complementary Color

#a193db #cddb93

#a193db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a193db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a193db Color CSS Codes

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

#a193db Text Font Color

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

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


#a193db Background Color

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

This div background color is #a193db


#a193db Border Color

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

This div border color is #a193db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a193db


Comments

No comments written yet.

Please login to write comment.