Color Hex Logo

#836edb Color Hex

#836EDB
(131,110,219)
0 Favorites   0 Comments

Color spaces of #836edb

RGB 131110219
HSL0.700.600.65
HSV252°50°86°
CMYK 0.400.500.00   0.14
XYZ27.722221.091669.6278
Yxy21.09160.23410.1781
Hunter Lab45.925627.3787-57.7417
CIE-Lab53.049633.9611-53.2565

#836edb color RGB value is (131,110,219).

#836edb hex color red value is 131, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #836edb hue: 0.70 , saturation: 0.60 and the lightness value of 836edb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101110 11011011
Octal 203 156 333
Decimal 131 110 219
Hex 83 6E DB

RGB Percentages of Color #836edb

%28.48
%23.91
%47.61

CMYK Percentages of Color #836edb

%40
%50
%0
%14

Triadic Colors of #836edb

#836edb #db836e #6edb83

Analogous Colors of #836edb

#836edb #ba6edb #6e90db

Monochromatic Colors of #836edb

#836edb

Complementary Color

#836edb #c6db6e

#836edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#836edb Color CSS Codes

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

#836edb Text Font Color

<p style="color:#836edb">Text here</p>

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


#836edb Background Color

<div style="background-color:#836edb">
Div content here</div>

This div background color is #836edb


#836edb Border Color

<div style="border:3px solid #836edb">
Div here</div>

This div border color is #836edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836edb


Comments

No comments written yet.

Please login to write comment.