Color Hex Logo

#a098dd Color Hex

#A098DD
(160,152,221)
0 Favorites   0 Comments

Color spaces of #a098dd

RGB 160152221
HSL0.690.500.73
HSV247°31°87°
CMYK 0.280.310.00   0.13
XYZ38.776635.150573.1476
Yxy35.15050.26370.2390
Hunter Lab59.287912.9923-31.6487
CIE-Lab65.865717.9655-34.0157

#a098dd color RGB value is (160,152,221).

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

The process color (four color CMYK) of #a098dd color hex is 0.28, 0.31, 0.00, 0.13. Web safe color of #a098dd is #9999cc. Color #a098dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 11011101
Octal 240 230 335
Decimal 160 152 221
Hex A0 98 DD

RGB Percentages of Color #a098dd

%30.02
%28.52
%41.46

CMYK Percentages of Color #a098dd

%28
%31
%0
%13

Triadic Colors of #a098dd

#a098dd #dda098 #98dda0

Analogous Colors of #a098dd

#a098dd #c398dd #98b3dd

Monochromatic Colors of #a098dd

#a098dd

Complementary Color

#a098dd #d5dd98

#a098dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a098dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a098dd Color CSS Codes

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

#a098dd Text Font Color

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

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


#a098dd Background Color

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

This div background color is #a098dd


#a098dd Border Color

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

This div border color is #a098dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,152,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a098dd


Comments

No comments written yet.

Please login to write comment.