Color Hex Logo

#8389db Color Hex

#8389DB
(131,137,219)
0 Favorites   0 Comments

Color spaces of #8389db

RGB 131137219
HSL0.660.550.69
HSV236°40°86°
CMYK 0.400.370.00   0.14
XYZ31.091927.831170.7510
Yxy27.83110.23980.2146
Hunter Lab52.755212.8795-42.5863
CIE-Lab59.735818.0659-42.6501

#8389db color RGB value is (131,137,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10001001 11011011
Octal 203 211 333
Decimal 131 137 219
Hex 83 89 DB

RGB Percentages of Color #8389db

%26.90
%28.13
%44.97

CMYK Percentages of Color #8389db

%40
%37
%0
%14

Triadic Colors of #8389db

#8389db #db8389 #89db83

Analogous Colors of #8389db

#8389db #a983db #83b5db

Monochromatic Colors of #8389db

#8389db

Complementary Color

#8389db #dbd583

#8389db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8389db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8389db Color CSS Codes

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

#8389db Text Font Color

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

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


#8389db Background Color

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

This div background color is #8389db


#8389db Border Color

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

This div border color is #8389db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8389db


Comments

No comments written yet.

Please login to write comment.