Color Hex Logo

#9126eb Color Hex

#9126EB
(145,38,235)
0 Favorites   0 Comments

Color spaces of #9126eb

RGB 14538235
HSL0.760.830.54
HSV273°84°92°
CMYK 0.380.840.00   0.08
XYZ27.365613.404179.7422
Yxy13.40410.22710.1112
Hunter Lab36.611669.3507-103.5089
CIE-Lab43.365974.2732-77.9216

#9126eb color RGB value is (145,38,235).

#9126eb hex color red value is 145, green value is 38 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9126eb hue: 0.76 , saturation: 0.83 and the lightness value of 9126eb is 0.54.

The process color (four color CMYK) of #9126eb color hex is 0.38, 0.84, 0.00, 0.08. Web safe color of #9126eb is #9933ff. Color #9126eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00100110 11101011
Octal 221 46 353
Decimal 145 38 235
Hex 91 26 EB

RGB Percentages of Color #9126eb

%34.69
%9.09
%56.22

CMYK Percentages of Color #9126eb

%38
%84
%0
%8

Triadic Colors of #9126eb

#9126eb #eb9126 #26eb91

Analogous Colors of #9126eb

#9126eb #eb26e3 #2e26eb

Monochromatic Colors of #9126eb

#9126eb

Complementary Color

#9126eb #80eb26

#9126eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9126eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9126eb Color CSS Codes

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

#9126eb Text Font Color

<p style="color:#9126eb">Text here</p>

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


#9126eb Background Color

<div style="background-color:#9126eb">
Div content here</div>

This div background color is #9126eb


#9126eb Border Color

<div style="border:3px solid #9126eb">
Div here</div>

This div border color is #9126eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,38,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9126eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9126eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9126eb;
  box-shadow:         1px 1px 3px 2px #9126eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,38,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9126eb


Comments

No comments written yet.

Please login to write comment.