Color Hex Logo

#9276ce Color Hex

#9276CE
(146,118,206)
0 Favorites   0 Comments

Color spaces of #9276ce

RGB 146118206
HSL0.720.470.64
HSV259°43°81°
CMYK 0.290.430.00   0.19
XYZ29.473123.524161.3797
Yxy23.52410.25770.2057
Hunter Lab48.501623.5916-41.0814
CIE-Lab55.608129.7719-41.7535

#9276ce color RGB value is (146,118,206).

#9276ce hex color red value is 146, green value is 118 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9276ce hue: 0.72 , saturation: 0.47 and the lightness value of 9276ce is 0.64.

The process color (four color CMYK) of #9276ce color hex is 0.29, 0.43, 0.00, 0.19. Web safe color of #9276ce is #9966cc. Color #9276ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01110110 11001110
Octal 222 166 316
Decimal 146 118 206
Hex 92 76 CE

RGB Percentages of Color #9276ce

%31.06
%25.11
%43.83

CMYK Percentages of Color #9276ce

%29
%43
%0
%19

Triadic Colors of #9276ce

#9276ce #ce9276 #76ce92

Analogous Colors of #9276ce

#9276ce #be76ce #7686ce

Monochromatic Colors of #9276ce

#9276ce

Complementary Color

#9276ce #b2ce76

#9276ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9276ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9276ce Color CSS Codes

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

#9276ce Text Font Color

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

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


#9276ce Background Color

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

This div background color is #9276ce


#9276ce Border Color

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

This div border color is #9276ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9276ce


Comments

No comments written yet.

Please login to write comment.