Color Hex Logo

#836df4 Color Hex

#836DF4
(131,109,244)
0 Favorites   0 Comments

Color spaces of #836df4

RGB 131109244
HSL0.690.860.69
HSV250°55°96°
CMYK 0.460.550.00   0.04
XYZ31.157822.294288.2490
Yxy22.29420.21990.1573
Hunter Lab47.216735.1609-77.7625
CIE-Lab54.337841.5767-65.1998

#836df4 color RGB value is (131,109,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101101 11110100
Octal 203 155 364
Decimal 131 109 244
Hex 83 6D F4

RGB Percentages of Color #836df4

%27.07
%22.52
%50.41

CMYK Percentages of Color #836df4

%46
%55
%0
%4

Triadic Colors of #836df4

#836df4 #f4836d #6df483

Analogous Colors of #836df4

#836df4 #c76df4 #6d9bf4

Monochromatic Colors of #836df4

#836df4

Complementary Color

#836df4 #def46d

#836df4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836df4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#836df4 Color CSS Codes

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

#836df4 Text Font Color

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

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


#836df4 Background Color

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

This div background color is #836df4


#836df4 Border Color

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

This div border color is #836df4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836df4


Comments

No comments written yet.

Please login to write comment.