Color Hex Logo

#a098ff Color Hex

#A098FF
(160,152,255)
0 Favorites   0 Comments

Color spaces of #a098ff

RGB 160152255
HSL0.681.000.80
HSV245°40°100°
CMYK 0.370.400.00   0.00
XYZ43.775437.150199.4712
Yxy37.15010.24270.2059
Hunter Lab60.950921.5361-54.0950
CIE-Lab67.389526.6929-50.2879

#a098ff color RGB value is (160,152,255).

#a098ff hex color red value is 160, green value is 152 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a098ff hue: 0.68 , saturation: 1.00 and the lightness value of a098ff is 0.80.

The process color (four color CMYK) of #a098ff color hex is 0.37, 0.40, 0.00, 0.00. Web safe color of #a098ff is #9999ff. Color #a098ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10011000 11111111
Octal 240 230 377
Decimal 160 152 255
Hex A0 98 FF

RGB Percentages of Color #a098ff

%28.22
%26.81
%44.97

CMYK Percentages of Color #a098ff

%37
%40
%0
%0

Triadic Colors of #a098ff

#a098ff #ffa098 #98ffa0

Analogous Colors of #a098ff

#a098ff #d498ff #98c4ff

Monochromatic Colors of #a098ff

#a098ff

Complementary Color

#a098ff #f7ff98

#a098ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a098ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a098ff Color CSS Codes

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

#a098ff Text Font Color

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

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


#a098ff Background Color

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

This div background color is #a098ff


#a098ff Border Color

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

This div border color is #a098ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a098ff

Related Colors


Comments

No comments written yet.

Please login to write comment.