Color Hex Logo

#8384db Color Hex

#8384DB
(131,132,219)
0 Favorites   0 Comments

Color spaces of #8384db

RGB 131132219
HSL0.660.550.69
HSV239°40°86°
CMYK 0.400.400.00   0.14
XYZ30.397526.442370.5196
Yxy26.44230.23870.2076
Hunter Lab51.422115.5293-45.3141
CIE-Lab58.454521.0048-44.6702

#8384db color RGB value is (131,132,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000100 11011011
Octal 203 204 333
Decimal 131 132 219
Hex 83 84 DB

RGB Percentages of Color #8384db

%27.18
%27.39
%45.44

CMYK Percentages of Color #8384db

%40
%40
%0
%14

Triadic Colors of #8384db

#8384db #db8384 #84db83

Analogous Colors of #8384db

#8384db #ae83db #83b0db

Monochromatic Colors of #8384db

#8384db

Complementary Color

#8384db #dbda83

#8384db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8384db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8384db Color CSS Codes

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

#8384db Text Font Color

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

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


#8384db Background Color

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

This div background color is #8384db


#8384db Border Color

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

This div border color is #8384db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8384db


Comments

No comments written yet.

Please login to write comment.