Color Hex Logo

#836fee Color Hex

#836FEE
(131,111,238)
0 Favorites   0 Comments

Color spaces of #836fee

RGB 131111238
HSL0.690.790.68
HSV249°53°93°
CMYK 0.450.530.00   0.07
XYZ30.477122.367283.5999
Yxy22.36720.22340.1639
Hunter Lab47.294032.2642-71.6991
CIE-Lab54.414538.7170-61.7338

#836fee color RGB value is (131,111,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101111 11101110
Octal 203 157 356
Decimal 131 111 238
Hex 83 6F EE

RGB Percentages of Color #836fee

%27.29
%23.13
%49.58

CMYK Percentages of Color #836fee

%45
%53
%0
%7

Triadic Colors of #836fee

#836fee #ee836f #6fee83

Analogous Colors of #836fee

#836fee #c36fee #6f9bee

Monochromatic Colors of #836fee

#836fee

Complementary Color

#836fee #daee6f

#836fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#836fee Color CSS Codes

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

#836fee Text Font Color

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

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


#836fee Background Color

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

This div background color is #836fee


#836fee Border Color

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

This div border color is #836fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836fee


Comments

No comments written yet.

Please login to write comment.