Color Hex Logo

#835ecc Color Hex

#835ECC
(131,94,204)
0 Favorites   0 Comments

Color spaces of #835ecc

RGB 13194204
HSL0.720.520.58
HSV260°54°80°
CMYK 0.360.540.00   0.20
XYZ24.261917.190359.1661
Yxy17.19030.24110.1708
Hunter Lab41.461231.8960-55.5854
CIE-Lab48.498939.1623-52.0003

#835ecc color RGB value is (131,94,204).

#835ecc hex color red value is 131, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #835ecc hue: 0.72 , saturation: 0.52 and the lightness value of 835ecc is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011110 11001100
Octal 203 136 314
Decimal 131 94 204
Hex 83 5E CC

RGB Percentages of Color #835ecc

%30.54
%21.91
%47.55

CMYK Percentages of Color #835ecc

%36
%54
%0
%20

Triadic Colors of #835ecc

#835ecc #cc835e #5ecc83

Analogous Colors of #835ecc

#835ecc #ba5ecc #5e70cc

Monochromatic Colors of #835ecc

#835ecc

Complementary Color

#835ecc #a7cc5e

#835ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ecc Color CSS Codes

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

#835ecc Text Font Color

<p style="color:#835ecc">Text here</p>

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


#835ecc Background Color

<div style="background-color:#835ecc">
Div content here</div>

This div background color is #835ecc


#835ecc Border Color

<div style="border:3px solid #835ecc">
Div here</div>

This div border color is #835ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(131,94,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #835ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #835ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #835ecc;
  box-shadow:         1px 1px 3px 2px #835ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ecc


Comments

No comments written yet.

Please login to write comment.