Color Hex Logo

#9367db Color Hex

#9367DB
(147,103,219)
0 Favorites   0 Comments

Color spaces of #9367db

RGB 147103219
HSL0.730.620.63
HSV263°53°86°
CMYK 0.330.530.00   0.14
XYZ29.669121.018069.5110
Yxy21.01800.24680.1749
Hunter Lab45.845435.2878-57.8040
CIE-Lab52.969241.8952-53.2987

#9367db color RGB value is (147,103,219).

#9367db hex color red value is 147, green value is 103 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9367db hue: 0.73 , saturation: 0.62 and the lightness value of 9367db is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01100111 11011011
Octal 223 147 333
Decimal 147 103 219
Hex 93 67 DB

RGB Percentages of Color #9367db

%31.34
%21.96
%46.70

CMYK Percentages of Color #9367db

%33
%53
%0
%14

Triadic Colors of #9367db

#9367db #db9367 #67db93

Analogous Colors of #9367db

#9367db #cd67db #6775db

Monochromatic Colors of #9367db

#9367db

Complementary Color

#9367db #afdb67

#9367db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9367db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9367db Color CSS Codes

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

#9367db Text Font Color

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

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


#9367db Background Color

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

This div background color is #9367db


#9367db Border Color

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

This div border color is #9367db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9367db


Comments

No comments written yet.

Please login to write comment.