Color Hex Logo

#9275aa Color Hex

#9275AA
(146,117,170)
0 Favorites   0 Comments

Color spaces of #9275aa

RGB 146117170
HSL0.760.240.56
HSV273°31°67°
CMYK 0.140.310.00   0.33
XYZ25.471021.735940.8832
Yxy21.73590.28910.2467
Hunter Lab46.621815.9323-19.3569
CIE-Lab53.745721.7307-24.0351

#9275aa color RGB value is (146,117,170).

#9275aa hex color red value is 146, green value is 117 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9275aa hue: 0.76 , saturation: 0.24 and the lightness value of 9275aa is 0.56.

The process color (four color CMYK) of #9275aa color hex is 0.14, 0.31, 0.00, 0.33. Web safe color of #9275aa is #996699. Color #9275aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01110101 10101010
Octal 222 165 252
Decimal 146 117 170
Hex 92 75 AA

RGB Percentages of Color #9275aa

%33.72
%27.02
%39.26

CMYK Percentages of Color #9275aa

%14
%31
%0
%33

Triadic Colors of #9275aa

#9275aa #aa9275 #75aa92

Analogous Colors of #9275aa

#9275aa #aa75a8 #7875aa

Monochromatic Colors of #9275aa

#9275aa

Complementary Color

#9275aa #8daa75

#9275aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9275aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9275aa Color CSS Codes

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

#9275aa Text Font Color

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

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


#9275aa Background Color

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

This div background color is #9275aa


#9275aa Border Color

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

This div border color is #9275aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,117,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9275aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9275aa;
  -webkit-box-shadow: 1px 1px 3px 2px #9275aa;
  box-shadow:         1px 1px 3px 2px #9275aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,117,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9275aa


Comments

No comments written yet.

Please login to write comment.