Color Hex Logo

#8349db Color Hex

#8349DB
(131,73,219)
0 Favorites   0 Comments

Color spaces of #8349db

RGB 13173219
HSL0.730.670.57
HSV264°67°86°
CMYK 0.400.670.00   0.14
XYZ24.528814.704968.5633
Yxy14.70490.22750.1364
Hunter Lab38.347047.0711-79.1660
CIE-Lab45.227354.4228-65.8605

#8349db color RGB value is (131,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01001001 11011011
Octal 203 111 333
Decimal 131 73 219
Hex 83 49 DB

RGB Percentages of Color #8349db

%30.97
%17.26
%51.77

CMYK Percentages of Color #8349db

%40
%67
%0
%14

Triadic Colors of #8349db

#8349db #db8349 #49db83

Analogous Colors of #8349db

#8349db #cc49db #4958db

Monochromatic Colors of #8349db

#8349db

Complementary Color

#8349db #a1db49

#8349db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8349db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8349db Color CSS Codes

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

#8349db Text Font Color

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

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


#8349db Background Color

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

This div background color is #8349db


#8349db Border Color

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

This div border color is #8349db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8349db


Comments

No comments written yet.

Please login to write comment.