Color Hex Logo

#9338ab Color Hex

#9338AB
(147,56,171)
0 Favorites   0 Comments

Color spaces of #9338ab

RGB 14756171
HSL0.800.510.45
HSV287°67°67°
CMYK 0.140.670.00   0.33
XYZ20.797511.971739.7427
Yxy11.97170.28680.1651
Hunter Lab34.600146.7428-43.8821
CIE-Lab41.171154.8694-44.3610

#9338ab color RGB value is (147,56,171).

#9338ab hex color red value is 147, green value is 56 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9338ab hue: 0.80 , saturation: 0.51 and the lightness value of 9338ab is 0.45.

The process color (four color CMYK) of #9338ab color hex is 0.14, 0.67, 0.00, 0.33. Web safe color of #9338ab is #993399. Color #9338ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111000 10101011
Octal 223 70 253
Decimal 147 56 171
Hex 93 38 AB

RGB Percentages of Color #9338ab

%39.30
%14.97
%45.72

CMYK Percentages of Color #9338ab

%14
%67
%0
%33

Triadic Colors of #9338ab

#9338ab #ab9338 #38ab93

Analogous Colors of #9338ab

#9338ab #ab388a #5a38ab

Monochromatic Colors of #9338ab

#9338ab

Complementary Color

#9338ab #50ab38

#9338ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9338ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9338ab Color CSS Codes

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

#9338ab Text Font Color

<p style="color:#9338ab">Text here</p>

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


#9338ab Background Color

<div style="background-color:#9338ab">
Div content here</div>

This div background color is #9338ab


#9338ab Border Color

<div style="border:3px solid #9338ab">
Div here</div>

This div border color is #9338ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,56,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9338ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9338ab;
  -webkit-box-shadow: 1px 1px 3px 2px #9338ab;
  box-shadow:         1px 1px 3px 2px #9338ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,56,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9338ab


Comments

No comments written yet.

Please login to write comment.