Color Hex Logo

#836eeb Color Hex

#836EEB
(131,110,235)
0 Favorites   0 Comments

Color spaces of #836eeb

RGB 131110235
HSL0.690.760.68
HSV250°53°92°
CMYK 0.440.530.00   0.08
XYZ29.931421.975381.2614
Yxy21.97530.22480.1650
Hunter Lab46.877831.9357-69.9631
CIE-Lab54.000838.4452-60.7232

#836eeb color RGB value is (131,110,235).

#836eeb hex color red value is 131, green value is 110 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #836eeb hue: 0.69 , saturation: 0.76 and the lightness value of 836eeb is 0.68.

The process color (four color CMYK) of #836eeb color hex is 0.44, 0.53, 0.00, 0.08. Web safe color of #836eeb is #9966ff. Color #836eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101110 11101011
Octal 203 156 353
Decimal 131 110 235
Hex 83 6E EB

RGB Percentages of Color #836eeb

%27.52
%23.11
%49.37

CMYK Percentages of Color #836eeb

%44
%53
%0
%8

Triadic Colors of #836eeb

#836eeb #eb836e #6eeb83

Analogous Colors of #836eeb

#836eeb #c26eeb #6e98eb

Monochromatic Colors of #836eeb

#836eeb

Complementary Color

#836eeb #d6eb6e

#836eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#836eeb Color CSS Codes

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

#836eeb Text Font Color

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

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


#836eeb Background Color

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

This div background color is #836eeb


#836eeb Border Color

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

This div border color is #836eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836eeb


Comments

No comments written yet.

Please login to write comment.