Color Hex Logo

#9132eb Color Hex

#9132EB
(145,50,235)
0 Favorites   0 Comments

Color spaces of #9132eb

RGB 14550235
HSL0.750.820.56
HSV271°79°92°
CMYK 0.380.790.00   0.08
XYZ27.813114.299179.8914
Yxy14.29910.22800.1172
Hunter Lab37.814265.1157-98.7943
CIE-Lab44.658970.4902-75.8047

#9132eb color RGB value is (145,50,235).

#9132eb hex color red value is 145, green value is 50 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9132eb hue: 0.75 , saturation: 0.82 and the lightness value of 9132eb is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 00110010 11101011
Octal 221 62 353
Decimal 145 50 235
Hex 91 32 EB

RGB Percentages of Color #9132eb

%33.72
%11.63
%54.65

CMYK Percentages of Color #9132eb

%38
%79
%0
%8

Triadic Colors of #9132eb

#9132eb #eb9132 #32eb91

Analogous Colors of #9132eb

#9132eb #eb32e9 #3532eb

Monochromatic Colors of #9132eb

#9132eb

Complementary Color

#9132eb #8ceb32

#9132eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9132eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9132eb Color CSS Codes

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

#9132eb Text Font Color

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

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


#9132eb Background Color

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

This div background color is #9132eb


#9132eb Border Color

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

This div border color is #9132eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,50,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 #9132eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9132eb


Comments

No comments written yet.

Please login to write comment.