Color Hex Logo

#9276bd Color Hex

#9276BD
(146,118,189)
0 Favorites   0 Comments

Color spaces of #9276bd

RGB 146118189
HSL0.730.350.60
HSV264°38°74°
CMYK 0.230.380.00   0.26
XYZ27.517822.742051.0834
Yxy22.74200.27150.2244
Hunter Lab47.688619.5451-30.1287
CIE-Lab54.805625.5753-33.3282

#9276bd color RGB value is (146,118,189).

#9276bd hex color red value is 146, green value is 118 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9276bd hue: 0.73 , saturation: 0.35 and the lightness value of 9276bd is 0.60.

The process color (four color CMYK) of #9276bd color hex is 0.23, 0.38, 0.00, 0.26. Web safe color of #9276bd is #9966cc. Color #9276bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01110110 10111101
Octal 222 166 275
Decimal 146 118 189
Hex 92 76 BD

RGB Percentages of Color #9276bd

%32.23
%26.05
%41.72

CMYK Percentages of Color #9276bd

%23
%38
%0
%26

Triadic Colors of #9276bd

#9276bd #bd9276 #76bd92

Analogous Colors of #9276bd

#9276bd #b676bd #767ebd

Monochromatic Colors of #9276bd

#9276bd

Complementary Color

#9276bd #a1bd76

#9276bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9276bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9276bd Color CSS Codes

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

#9276bd Text Font Color

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

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


#9276bd Background Color

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

This div background color is #9276bd


#9276bd Border Color

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

This div border color is #9276bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,118,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9276bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9276bd;
  -webkit-box-shadow: 1px 1px 3px 2px #9276bd;
  box-shadow:         1px 1px 3px 2px #9276bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9276bd


Comments

No comments written yet.

Please login to write comment.