Color Hex Logo

#9296ce Color Hex

#9296CE
(146,150,206)
0 Favorites   0 Comments

Color spaces of #9296ce

RGB 146150206
HSL0.660.380.69
HSV236°29°81°
CMYK 0.290.270.00   0.19
XYZ33.901032.379962.8557
Yxy32.37990.26250.2507
Hunter Lab56.90336.7632-25.6597
CIE-Lab63.655611.2480-29.1923

#9296ce color RGB value is (146,150,206).

#9296ce hex color red value is 146, green value is 150 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9296ce hue: 0.66 , saturation: 0.38 and the lightness value of 9296ce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 10010110 11001110
Octal 222 226 316
Decimal 146 150 206
Hex 92 96 CE

RGB Percentages of Color #9296ce

%29.08
%29.88
%41.04

CMYK Percentages of Color #9296ce

%29
%27
%0
%19

Triadic Colors of #9296ce

#9296ce #ce9296 #96ce92

Analogous Colors of #9296ce

#9296ce #ac92ce #92b4ce

Monochromatic Colors of #9296ce

#9296ce

Complementary Color

#9296ce #ceca92

#9296ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9296ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9296ce Color CSS Codes

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

#9296ce Text Font Color

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

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


#9296ce Background Color

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

This div background color is #9296ce


#9296ce Border Color

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

This div border color is #9296ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,150,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 #9296ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9296ce


Comments

No comments written yet.

Please login to write comment.