Color Hex Logo

#a498ff Color Hex

#A498FF
(164,152,255)
0 Favorites   0 Comments

Color spaces of #a498ff

RGB 164152255
HSL0.691.000.80
HSV247°40°100°
CMYK 0.360.400.00   0.00
XYZ44.588137.569099.5092
Yxy37.56900.24540.2068
Hunter Lab61.293622.5864-53.3510
CIE-Lab67.701727.7218-49.7742

#a498ff color RGB value is (164,152,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011000 11111111
Octal 244 230 377
Decimal 164 152 255
Hex A4 98 FF

RGB Percentages of Color #a498ff

%28.72
%26.62
%44.66

CMYK Percentages of Color #a498ff

%36
%40
%0
%0

Triadic Colors of #a498ff

#a498ff #ffa498 #98ffa4

Analogous Colors of #a498ff

#a498ff #d898ff #98c0ff

Monochromatic Colors of #a498ff

#a498ff

Complementary Color

#a498ff #f3ff98

#a498ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a498ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a498ff Color CSS Codes

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

#a498ff Text Font Color

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

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


#a498ff Background Color

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

This div background color is #a498ff


#a498ff Border Color

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

This div border color is #a498ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a498ff


Comments

No comments written yet.

Please login to write comment.