Color Hex Logo

#9272ba Color Hex

#9272BA
(146,114,186)
0 Favorites   0 Comments

Color spaces of #9272ba

RGB 146114186
HSL0.740.340.59
HSV267°39°73°
CMYK 0.220.390.00   0.27
XYZ26.734321.690849.2321
Yxy21.69080.27380.2221
Hunter Lab46.573420.9601-30.0733
CIE-Lab53.697427.1824-33.3383

#9272ba color RGB value is (146,114,186).

#9272ba hex color red value is 146, green value is 114 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9272ba hue: 0.74 , saturation: 0.34 and the lightness value of 9272ba is 0.59.

The process color (four color CMYK) of #9272ba color hex is 0.22, 0.39, 0.00, 0.27. Web safe color of #9272ba is #9966cc. Color #9272ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01110010 10111010
Octal 222 162 272
Decimal 146 114 186
Hex 92 72 BA

RGB Percentages of Color #9272ba

%32.74
%25.56
%41.70

CMYK Percentages of Color #9272ba

%22
%39
%0
%27

Triadic Colors of #9272ba

#9272ba #ba9272 #72ba92

Analogous Colors of #9272ba

#9272ba #b672ba #7276ba

Monochromatic Colors of #9272ba

#9272ba

Complementary Color

#9272ba #9aba72

#9272ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9272ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9272ba Color CSS Codes

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

#9272ba Text Font Color

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

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


#9272ba Background Color

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

This div background color is #9272ba


#9272ba Border Color

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

This div border color is #9272ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,114,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9272ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9272ba;
  -webkit-box-shadow: 1px 1px 3px 2px #9272ba;
  box-shadow:         1px 1px 3px 2px #9272ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9272ba


Comments

No comments written yet.

Please login to write comment.