Color Hex Logo

#836fef Color Hex

#836FEF
(131,111,239)
0 Favorites   0 Comments

Color spaces of #836fef

RGB 131111239
HSL0.690.800.69
HSV249°54°94°
CMYK 0.450.540.00   0.06
XYZ30.624522.426284.3760
Yxy22.42620.22280.1632
Hunter Lab47.356332.5593-72.4892
CIE-Lab54.476339.0012-62.1921

#836fef color RGB value is (131,111,239).

#836fef hex color red value is 131, green value is 111 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #836fef hue: 0.69 , saturation: 0.80 and the lightness value of 836fef is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101111 11101111
Octal 203 157 357
Decimal 131 111 239
Hex 83 6F EF

RGB Percentages of Color #836fef

%27.23
%23.08
%49.69

CMYK Percentages of Color #836fef

%45
%54
%0
%6

Triadic Colors of #836fef

#836fef #ef836f #6fef83

Analogous Colors of #836fef

#836fef #c36fef #6f9bef

Monochromatic Colors of #836fef

#836fef

Complementary Color

#836fef #dbef6f

#836fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#836fef Color CSS Codes

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

#836fef Text Font Color

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

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


#836fef Background Color

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

This div background color is #836fef


#836fef Border Color

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

This div border color is #836fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836fef


Comments

No comments written yet.

Please login to write comment.