Color Hex Logo

#836edc Color Hex

#836EDC
(131,110,220)
0 Favorites   0 Comments

Color spaces of #836edc

RGB 131110220
HSL0.700.610.65
HSV251°50°86°
CMYK 0.400.500.00   0.14
XYZ27.854321.144570.3234
Yxy21.14450.23340.1772
Hunter Lab45.983127.6559-58.4858
CIE-Lab53.107334.2384-53.7289

#836edc color RGB value is (131,110,220).

#836edc hex color red value is 131, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #836edc hue: 0.70 , saturation: 0.61 and the lightness value of 836edc is 0.65.

The process color (four color CMYK) of #836edc color hex is 0.40, 0.50, 0.00, 0.14. Web safe color of #836edc is #9966cc. Color #836edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101110 11011100
Octal 203 156 334
Decimal 131 110 220
Hex 83 6E DC

RGB Percentages of Color #836edc

%28.42
%23.86
%47.72

CMYK Percentages of Color #836edc

%40
%50
%0
%14

Triadic Colors of #836edc

#836edc #dc836e #6edc83

Analogous Colors of #836edc

#836edc #ba6edc #6e90dc

Monochromatic Colors of #836edc

#836edc

Complementary Color

#836edc #c7dc6e

#836edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#836edc Color CSS Codes

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

#836edc Text Font Color

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

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


#836edc Background Color

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

This div background color is #836edc


#836edc Border Color

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

This div border color is #836edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836edc


Comments

No comments written yet.

Please login to write comment.