Color Hex Logo

#a498f5 Color Hex

#A498F5
(164,152,245)
0 Favorites   0 Comments

Color spaces of #a498f5

RGB 164152245
HSL0.690.820.78
HSV248°38°96°
CMYK 0.330.380.00   0.04
XYZ43.019536.941691.2493
Yxy36.94160.25130.2158
Hunter Lab60.779619.9771-46.4672
CIE-Lab67.233225.1311-45.0560

#a498f5 color RGB value is (164,152,245).

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

The process color (four color CMYK) of #a498f5 color hex is 0.33, 0.38, 0.00, 0.04. Web safe color of #a498f5 is #9999ff. Color #a498f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10011000 11110101
Octal 244 230 365
Decimal 164 152 245
Hex A4 98 F5

RGB Percentages of Color #a498f5

%29.23
%27.09
%43.67

CMYK Percentages of Color #a498f5

%33
%38
%0
%4

Triadic Colors of #a498f5

#a498f5 #f5a498 #98f5a4

Analogous Colors of #a498f5

#a498f5 #d398f5 #98bbf5

Monochromatic Colors of #a498f5

#a498f5

Complementary Color

#a498f5 #e9f598

#a498f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a498f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a498f5 Color CSS Codes

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

#a498f5 Text Font Color

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

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


#a498f5 Background Color

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

This div background color is #a498f5


#a498f5 Border Color

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

This div border color is #a498f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a498f5


Comments

No comments written yet.

Please login to write comment.