Color Hex Logo

#a498eb Color Hex

#A498EB
(164,152,235)
0 Favorites   0 Comments

Color spaces of #a498eb

RGB 164152235
HSL0.690.670.76
HSV249°35°92°
CMYK 0.300.350.00   0.08
XYZ41.533536.347183.4239
Yxy36.34710.25750.2253
Hunter Lab60.288617.4658-39.8402
CIE-Lab66.784322.5939-40.2779

#a498eb color RGB value is (164,152,235).

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

The process color (four color CMYK) of #a498eb color hex is 0.30, 0.35, 0.00, 0.08. Web safe color of #a498eb is #9999ff. Color #a498eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011000 11101011
Octal 244 230 353
Decimal 164 152 235
Hex A4 98 EB

RGB Percentages of Color #a498eb

%29.76
%27.59
%42.65

CMYK Percentages of Color #a498eb

%30
%35
%0
%8

Triadic Colors of #a498eb

#a498eb #eba498 #98eba4

Analogous Colors of #a498eb

#a498eb #ce98eb #98b6eb

Monochromatic Colors of #a498eb

#a498eb

Complementary Color

#a498eb #dfeb98

#a498eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a498eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a498eb Color CSS Codes

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

#a498eb Text Font Color

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

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


#a498eb Background Color

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

This div background color is #a498eb


#a498eb Border Color

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

This div border color is #a498eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a498eb


Comments

No comments written yet.

Please login to write comment.