Color Hex Logo

#836adc Color Hex

#836ADC
(131,106,220)
0 Favorites   0 Comments

Color spaces of #836adc

RGB 131106220
HSL0.700.620.64
HSV253°52°86°
CMYK 0.400.520.00   0.14
XYZ27.432420.300770.1827
Yxy20.30070.23260.1722
Hunter Lab45.056329.8307-60.8147
CIE-Lab52.175536.5693-55.2201

#836adc color RGB value is (131,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101010 11011100
Octal 203 152 334
Decimal 131 106 220
Hex 83 6A DC

RGB Percentages of Color #836adc

%28.67
%23.19
%48.14

CMYK Percentages of Color #836adc

%40
%52
%0
%14

Triadic Colors of #836adc

#836adc #dc836a #6adc83

Analogous Colors of #836adc

#836adc #bc6adc #6a8adc

Monochromatic Colors of #836adc

#836adc

Complementary Color

#836adc #c3dc6a

#836adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#836adc Color CSS Codes

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

#836adc Text Font Color

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

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


#836adc Background Color

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

This div background color is #836adc


#836adc Border Color

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

This div border color is #836adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836adc


Comments

No comments written yet.

Please login to write comment.