Color Hex Logo

#836aee Color Hex

#836AEE
(131,106,238)
0 Favorites   0 Comments

Color spaces of #836aee

RGB 131106238
HSL0.700.800.67
HSV251°55°93°
CMYK 0.450.550.00   0.07
XYZ29.946721.306483.4231
Yxy21.30640.22240.1582
Hunter Lab46.158935.0283-74.8439
CIE-Lab53.283241.5962-63.5550

#836aee color RGB value is (131,106,238).

#836aee hex color red value is 131, green value is 106 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #836aee hue: 0.70 , saturation: 0.80 and the lightness value of 836aee is 0.67.

The process color (four color CMYK) of #836aee color hex is 0.45, 0.55, 0.00, 0.07. Web safe color of #836aee is #9966ff. Color #836aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101010 11101110
Octal 203 152 356
Decimal 131 106 238
Hex 83 6A EE

RGB Percentages of Color #836aee

%27.58
%22.32
%50.11

CMYK Percentages of Color #836aee

%45
%55
%0
%7

Triadic Colors of #836aee

#836aee #ee836a #6aee83

Analogous Colors of #836aee

#836aee #c56aee #6a93ee

Monochromatic Colors of #836aee

#836aee

Complementary Color

#836aee #d5ee6a

#836aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#836aee Color CSS Codes

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

#836aee Text Font Color

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

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


#836aee Background Color

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

This div background color is #836aee


#836aee Border Color

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

This div border color is #836aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,106,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #836aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836aee


Comments

No comments written yet.

Please login to write comment.