Color Hex Logo

#8385db Color Hex

#8385DB
(131,133,219)
0 Favorites   0 Comments

Color spaces of #8385db

RGB 131133219
HSL0.660.550.69
HSV239°40°86°
CMYK 0.400.390.00   0.14
XYZ30.533826.714870.5650
Yxy26.71480.23890.2090
Hunter Lab51.686414.9980-44.7654
CIE-Lab58.709420.4164-44.2678

#8385db color RGB value is (131,133,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 10000101 11011011
Octal 203 205 333
Decimal 131 133 219
Hex 83 85 DB

RGB Percentages of Color #8385db

%27.12
%27.54
%45.34

CMYK Percentages of Color #8385db

%40
%39
%0
%14

Triadic Colors of #8385db

#8385db #db8385 #85db83

Analogous Colors of #8385db

#8385db #ad83db #83b1db

Monochromatic Colors of #8385db

#8385db

Complementary Color

#8385db #dbd983

#8385db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8385db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8385db Color CSS Codes

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

#8385db Text Font Color

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

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


#8385db Background Color

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

This div background color is #8385db


#8385db Border Color

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

This div border color is #8385db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8385db


Comments

No comments written yet.

Please login to write comment.