Color Hex Logo

#9288ad Color Hex

#9288AD
(146,136,173)
0 Favorites   0 Comments

Color spaces of #9288ad

RGB 146136173
HSL0.710.180.61
HSV256°21°68°
CMYK 0.160.210.00   0.32
XYZ28.201026.736443.2095
Yxy26.73640.28730.2724
Hunter Lab51.70736.8657-13.3510
CIE-Lab58.729511.3768-18.1286

#9288ad color RGB value is (146,136,173).

#9288ad hex color red value is 146, green value is 136 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9288ad hue: 0.71 , saturation: 0.18 and the lightness value of 9288ad is 0.61.

The process color (four color CMYK) of #9288ad color hex is 0.16, 0.21, 0.00, 0.32. Web safe color of #9288ad is #999999. Color #9288ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 10001000 10101101
Octal 222 210 255
Decimal 146 136 173
Hex 92 88 AD

RGB Percentages of Color #9288ad

%32.09
%29.89
%38.02

CMYK Percentages of Color #9288ad

%16
%21
%0
%32

Triadic Colors of #9288ad

#9288ad #ad9288 #88ad92

Analogous Colors of #9288ad

#9288ad #a588ad #8891ad

Monochromatic Colors of #9288ad

#9288ad

Complementary Color

#9288ad #a3ad88

#9288ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9288ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9288ad Color CSS Codes

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

#9288ad Text Font Color

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

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


#9288ad Background Color

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

This div background color is #9288ad


#9288ad Border Color

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

This div border color is #9288ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,136,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9288ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9288ad;
  -webkit-box-shadow: 1px 1px 3px 2px #9288ad;
  box-shadow:         1px 1px 3px 2px #9288ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9288ad


Comments

No comments written yet.

Please login to write comment.