Color Hex Logo

#9313db Color Hex

#9313DB
(147,19,219)
0 Favorites   0 Comments

Color spaces of #9313db

RGB 14719219
HSL0.770.840.47
HSV278°91°86°
CMYK 0.330.910.00   0.14
XYZ25.051711.783367.9719
Yxy11.78330.23900.1124
Hunter Lab34.326870.1973-93.3737
CIE-Lab40.869675.4522-72.8795

#9313db color RGB value is (147,19,219).

#9313db hex color red value is 147, green value is 19 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9313db hue: 0.77 , saturation: 0.84 and the lightness value of 9313db is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010011 11011011
Octal 223 23 333
Decimal 147 19 219
Hex 93 13 DB

RGB Percentages of Color #9313db

%38.18
%4.94
%56.88

CMYK Percentages of Color #9313db

%33
%91
%0
%14

Triadic Colors of #9313db

#9313db #db9313 #13db93

Analogous Colors of #9313db

#9313db #db13bf #2f13db

Monochromatic Colors of #9313db

#9313db

Complementary Color

#9313db #5bdb13

#9313db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9313db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9313db Color CSS Codes

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

#9313db Text Font Color

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

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


#9313db Background Color

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

This div background color is #9313db


#9313db Border Color

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

This div border color is #9313db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9313db


Comments

No comments written yet.

Please login to write comment.