Color Hex Logo

#a094db Color Hex

#A094DB
(160,148,219)
0 Favorites   0 Comments

Color spaces of #a094db

RGB 160148219
HSL0.690.500.72
HSV250°32°86°
CMYK 0.270.320.00   0.14
XYZ37.873333.767971.5395
Yxy33.76790.26450.2358
Hunter Lab58.110214.6446-32.3149
CIE-Lab64.777919.7519-34.5980

#a094db color RGB value is (160,148,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010100 11011011
Octal 240 224 333
Decimal 160 148 219
Hex A0 94 DB

RGB Percentages of Color #a094db

%30.36
%28.08
%41.56

CMYK Percentages of Color #a094db

%27
%32
%0
%14

Triadic Colors of #a094db

#a094db #dba094 #94dba0

Analogous Colors of #a094db

#a094db #c494db #94acdb

Monochromatic Colors of #a094db

#a094db

Complementary Color

#a094db #cfdb94

#a094db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a094db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a094db Color CSS Codes

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

#a094db Text Font Color

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

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


#a094db Background Color

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

This div background color is #a094db


#a094db Border Color

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

This div border color is #a094db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a094db


Comments

No comments written yet.

Please login to write comment.