Color Hex Logo

#8365db Color Hex

#8365DB
(131,101,219)
0 Favorites   0 Comments

Color spaces of #8365db

RGB 131101219
HSL0.710.620.63
HSV255°54°86°
CMYK 0.400.540.00   0.14
XYZ26.799919.247169.3204
Yxy19.24710.23230.1668
Hunter Lab43.871532.2656-62.9727
CIE-Lab50.975139.1843-56.5793

#8365db color RGB value is (131,101,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01100101 11011011
Octal 203 145 333
Decimal 131 101 219
Hex 83 65 DB

RGB Percentages of Color #8365db

%29.05
%22.39
%48.56

CMYK Percentages of Color #8365db

%40
%54
%0
%14

Triadic Colors of #8365db

#8365db #db8365 #65db83

Analogous Colors of #8365db

#8365db #be65db #6582db

Monochromatic Colors of #8365db

#8365db

Complementary Color

#8365db #bddb65

#8365db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8365db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8365db Color CSS Codes

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

#8365db Text Font Color

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

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


#8365db Background Color

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

This div background color is #8365db


#8365db Border Color

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

This div border color is #8365db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8365db


Comments

No comments written yet.

Please login to write comment.