Color Hex Logo

#9489af Color Hex

#9489AF
(148,137,175)
0 Favorites   0 Comments

Color spaces of #9489af

RGB 148137175
HSL0.710.190.61
HSV257°22°69°
CMYK 0.150.220.00   0.31
XYZ28.896327.282444.3005
Yxy27.28240.28760.2715
Hunter Lab52.23267.3435-13.7234
CIE-Lab59.234811.9174-18.4841

#9489af color RGB value is (148,137,175).

#9489af hex color red value is 148, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9489af hue: 0.71 , saturation: 0.19 and the lightness value of 9489af is 0.61.

The process color (four color CMYK) of #9489af color hex is 0.15, 0.22, 0.00, 0.31. Web safe color of #9489af is #999999. Color #9489af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001001 10101111
Octal 224 211 257
Decimal 148 137 175
Hex 94 89 AF

RGB Percentages of Color #9489af

%32.17
%29.78
%38.04

CMYK Percentages of Color #9489af

%15
%22
%0
%31

Triadic Colors of #9489af

#9489af #af9489 #89af94

Analogous Colors of #9489af

#9489af #a789af #8991af

Monochromatic Colors of #9489af

#9489af

Complementary Color

#9489af #a4af89

#9489af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9489af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9489af Color CSS Codes

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

#9489af Text Font Color

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

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


#9489af Background Color

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

This div background color is #9489af


#9489af Border Color

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

This div border color is #9489af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,137,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9489af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9489af;
  -webkit-box-shadow: 1px 1px 3px 2px #9489af;
  box-shadow:         1px 1px 3px 2px #9489af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,137,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9489af

#9489af Color Palettes


Comments

No comments written yet.

Please login to write comment.