Color Hex Logo

#a098db Color Hex

#A098DB
(160,152,219)
0 Favorites   0 Comments

Color spaces of #a098db

RGB 160152219
HSL0.690.480.73
HSV247°31°86°
CMYK 0.270.310.00   0.14
XYZ38.511635.044571.7523
Yxy35.04450.26500.2412
Hunter Lab59.198412.5262-30.4245
CIE-Lab65.783317.4739-33.0368

#a098db color RGB value is (160,152,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 11011011
Octal 240 230 333
Decimal 160 152 219
Hex A0 98 DB

RGB Percentages of Color #a098db

%30.13
%28.63
%41.24

CMYK Percentages of Color #a098db

%27
%31
%0
%14

Triadic Colors of #a098db

#a098db #dba098 #98dba0

Analogous Colors of #a098db

#a098db #c298db #98b2db

Monochromatic Colors of #a098db

#a098db

Complementary Color

#a098db #d3db98

#a098db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a098db Color Preview on White Background

Lorem ipsum dolor sit amet.

#a098db Color CSS Codes

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

#a098db Text Font Color

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

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


#a098db Background Color

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

This div background color is #a098db


#a098db Border Color

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

This div border color is #a098db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a098db


Comments

No comments written yet.

Please login to write comment.