Color Hex Logo

#9b73eb Color Hex

#9B73EB
(155,115,235)
0 Favorites   0 Comments

Color spaces of #9b73eb

RGB 155115235
HSL0.720.750.69
HSV260°51°92°
CMYK 0.340.510.00   0.08
XYZ34.643725.228281.6409
Yxy25.22820.24480.1783
Hunter Lab50.227735.2189-61.2116
CIE-Lab57.297141.2263-55.3219

#9b73eb color RGB value is (155,115,235).

#9b73eb hex color red value is 155, green value is 115 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9b73eb hue: 0.72 , saturation: 0.75 and the lightness value of 9b73eb is 0.69.

The process color (four color CMYK) of #9b73eb color hex is 0.34, 0.51, 0.00, 0.08. Web safe color of #9b73eb is #9966ff. Color #9b73eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110011 11101011
Octal 233 163 353
Decimal 155 115 235
Hex 9B 73 EB

RGB Percentages of Color #9b73eb

%30.69
%22.77
%46.53

CMYK Percentages of Color #9b73eb

%34
%51
%0
%8

Triadic Colors of #9b73eb

#9b73eb #eb9b73 #73eb9b

Analogous Colors of #9b73eb

#9b73eb #d773eb #7387eb

Monochromatic Colors of #9b73eb

#9b73eb

Complementary Color

#9b73eb #c3eb73

#9b73eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b73eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b73eb Color CSS Codes

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

#9b73eb Text Font Color

<p style="color:#9b73eb">Text here</p>

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


#9b73eb Background Color

<div style="background-color:#9b73eb">
Div content here</div>

This div background color is #9b73eb


#9b73eb Border Color

<div style="border:3px solid #9b73eb">
Div here</div>

This div border color is #9b73eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,115,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b73eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b73eb;
  -webkit-box-shadow: 1px 1px 3px 2px #9b73eb;
  box-shadow:         1px 1px 3px 2px #9b73eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,115,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 #9b73eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b73eb


Comments

No comments written yet.

Please login to write comment.