Color Hex Logo

#8350db Color Hex

#8350DB
(131,80,219)
0 Favorites   0 Comments

Color spaces of #8350db

RGB 13180219
HSL0.730.660.59
HSV262°63°86°
CMYK 0.400.630.00   0.14
XYZ25.014915.677168.7254
Yxy15.67710.22860.1433
Hunter Lab39.594343.4827-75.1959
CIE-Lab46.548050.8195-63.7185

#8350db color RGB value is (131,80,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010000 11011011
Octal 203 120 333
Decimal 131 80 219
Hex 83 50 DB

RGB Percentages of Color #8350db

%30.47
%18.60
%50.93

CMYK Percentages of Color #8350db

%40
%63
%0
%14

Triadic Colors of #8350db

#8350db #db8350 #50db83

Analogous Colors of #8350db

#8350db #c950db #5062db

Monochromatic Colors of #8350db

#8350db

Complementary Color

#8350db #a8db50

#8350db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8350db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8350db Color CSS Codes

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

#8350db Text Font Color

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

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


#8350db Background Color

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

This div background color is #8350db


#8350db Border Color

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

This div border color is #8350db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8350db


Comments

No comments written yet.

Please login to write comment.