Color Hex Logo

#836acd Color Hex

#836ACD
(131,106,205)
0 Favorites   0 Comments

Color spaces of #836acd

RGB 131106205
HSL0.710.500.61
HSV255°48°80°
CMYK 0.360.480.00   0.20
XYZ25.533619.541160.1837
Yxy19.54110.24260.1856
Hunter Lab44.205325.7448-49.7771
CIE-Lab51.314432.4744-48.0764

#836acd color RGB value is (131,106,205).

#836acd hex color red value is 131, green value is 106 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #836acd hue: 0.71 , saturation: 0.50 and the lightness value of 836acd is 0.61.

The process color (four color CMYK) of #836acd color hex is 0.36, 0.48, 0.00, 0.20. Web safe color of #836acd is #9966cc. Color #836acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01101010 11001101
Octal 203 152 315
Decimal 131 106 205
Hex 83 6A CD

RGB Percentages of Color #836acd

%29.64
%23.98
%46.38

CMYK Percentages of Color #836acd

%36
%48
%0
%20

Triadic Colors of #836acd

#836acd #cd836a #6acd83

Analogous Colors of #836acd

#836acd #b56acd #6a83cd

Monochromatic Colors of #836acd

#836acd

Complementary Color

#836acd #b4cd6a

#836acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#836acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#836acd Color CSS Codes

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

#836acd Text Font Color

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

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


#836acd Background Color

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

This div background color is #836acd


#836acd Border Color

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

This div border color is #836acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #836acd


Comments

No comments written yet.

Please login to write comment.