Color Hex Logo

#836bdc Color Hex

#836BDC
(131,107,220)
0 Favorites   0 Comments

Color spaces of #836bdc

RGB 131107220
HSL0.700.620.64
HSV253°51°86°
CMYK 0.400.510.00   0.14
XYZ27.536020.508070.2173
Yxy20.50800.23280.1734
Hunter Lab45.285829.2868-60.2314
CIE-Lab52.406835.9879-54.8497

#836bdc color RGB value is (131,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101011 11011100
Octal 203 153 334
Decimal 131 107 220
Hex 83 6B DC

RGB Percentages of Color #836bdc

%28.60
%23.36
%48.03

CMYK Percentages of Color #836bdc

%40
%51
%0
%14

Triadic Colors of #836bdc

#836bdc #dc836b #6bdc83

Analogous Colors of #836bdc

#836bdc #bc6bdc #6b8cdc

Monochromatic Colors of #836bdc

#836bdc

Complementary Color

#836bdc #c4dc6b

#836bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#836bdc Color CSS Codes

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

#836bdc Text Font Color

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

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


#836bdc Background Color

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

This div background color is #836bdc


#836bdc Border Color

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

This div border color is #836bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836bdc


Comments

No comments written yet.

Please login to write comment.