Color Hex Logo

#9349db Color Hex

#9349DB
(147,73,219)
0 Favorites   0 Comments

Color spaces of #9349db

RGB 14773219
HSL0.750.670.57
HSV270°67°86°
CMYK 0.330.670.00   0.14
XYZ27.201316.082668.6884
Yxy16.08260.24290.1436
Hunter Lab40.103150.8932-73.4794
CIE-Lab47.082757.5907-62.7659

#9349db color RGB value is (147,73,219).

#9349db hex color red value is 147, green value is 73 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9349db hue: 0.75 , saturation: 0.67 and the lightness value of 9349db is 0.57.

The process color (four color CMYK) of #9349db color hex is 0.33, 0.67, 0.00, 0.14. Web safe color of #9349db is #9933cc. Color #9349db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01001001 11011011
Octal 223 111 333
Decimal 147 73 219
Hex 93 49 DB

RGB Percentages of Color #9349db

%33.49
%16.63
%49.89

CMYK Percentages of Color #9349db

%33
%67
%0
%14

Triadic Colors of #9349db

#9349db #db9349 #49db93

Analogous Colors of #9349db

#9349db #db49da #4a49db

Monochromatic Colors of #9349db

#9349db

Complementary Color

#9349db #91db49

#9349db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9349db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9349db Color CSS Codes

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

#9349db Text Font Color

<p style="color:#9349db">Text here</p>

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


#9349db Background Color

<div style="background-color:#9349db">
Div content here</div>

This div background color is #9349db


#9349db Border Color

<div style="border:3px solid #9349db">
Div here</div>

This div border color is #9349db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,73,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9349db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9349db;
  -webkit-box-shadow: 1px 1px 3px 2px #9349db;
  box-shadow:         1px 1px 3px 2px #9349db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9349db


Comments

No comments written yet.

Please login to write comment.