Color Hex Logo

#9343ab Color Hex

#9343AB
(147,67,171)
0 Favorites   0 Comments

Color spaces of #9343ab

RGB 14767171
HSL0.790.440.47
HSV286°61°67°
CMYK 0.140.610.00   0.33
XYZ21.390513.157639.9404
Yxy13.15760.28720.1766
Hunter Lab36.273441.7833-39.8924
CIE-Lab42.999849.8241-41.4448

#9343ab color RGB value is (147,67,171).

#9343ab hex color red value is 147, green value is 67 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9343ab hue: 0.79 , saturation: 0.44 and the lightness value of 9343ab is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000011 10101011
Octal 223 103 253
Decimal 147 67 171
Hex 93 43 AB

RGB Percentages of Color #9343ab

%38.18
%17.40
%44.42

CMYK Percentages of Color #9343ab

%14
%61
%0
%33

Triadic Colors of #9343ab

#9343ab #ab9343 #43ab93

Analogous Colors of #9343ab

#9343ab #ab438f #5f43ab

Monochromatic Colors of #9343ab

#9343ab

Complementary Color

#9343ab #5bab43

#9343ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9343ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9343ab Color CSS Codes

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

#9343ab Text Font Color

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

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


#9343ab Background Color

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

This div background color is #9343ab


#9343ab Border Color

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

This div border color is #9343ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,67,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 #9343ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9343ab


Comments

No comments written yet.

Please login to write comment.