Color Hex Logo

#9813db Color Hex

#9813DB
(152,19,219)
0 Favorites   0 Comments

Color spaces of #9813db

RGB 15219219
HSL0.780.840.47
HSV280°91°86°
CMYK 0.310.910.00   0.14
XYZ25.967912.255668.0147
Yxy12.25560.24440.1154
Hunter Lab35.008071.1420-90.6850
CIE-Lab41.619576.0814-71.6225

#9813db color RGB value is (152,19,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 00010011 11011011
Octal 230 23 333
Decimal 152 19 219
Hex 98 13 DB

RGB Percentages of Color #9813db

%38.97
%4.87
%56.15

CMYK Percentages of Color #9813db

%31
%91
%0
%14

Triadic Colors of #9813db

#9813db #db9813 #13db98

Analogous Colors of #9813db

#9813db #db13ba #3413db

Monochromatic Colors of #9813db

#9813db

Complementary Color

#9813db #56db13

#9813db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9813db Color Preview on White Background

Lorem ipsum dolor sit amet.

#9813db Color CSS Codes

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

#9813db Text Font Color

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

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


#9813db Background Color

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

This div background color is #9813db


#9813db Border Color

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

This div border color is #9813db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9813db


Comments

No comments written yet.

Please login to write comment.