Color Hex Logo

#835cec Color Hex

#835CEC
(131,92,236)
0 Favorites   0 Comments

Color spaces of #835cec

RGB 13192236
HSL0.710.790.64
HSV256°61°93°
CMYK 0.440.610.00   0.07
XYZ28.327518.535781.4416
Yxy18.53570.22080.1445
Hunter Lab43.053142.1041-82.0190
CIE-Lab50.139548.9006-67.5146

#835cec color RGB value is (131,92,236).

#835cec hex color red value is 131, green value is 92 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #835cec hue: 0.71 , saturation: 0.79 and the lightness value of 835cec is 0.64.

The process color (four color CMYK) of #835cec color hex is 0.44, 0.61, 0.00, 0.07. Web safe color of #835cec is #9966ff. Color #835cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011100 11101100
Octal 203 134 354
Decimal 131 92 236
Hex 83 5C EC

RGB Percentages of Color #835cec

%28.54
%20.04
%51.42

CMYK Percentages of Color #835cec

%44
%61
%0
%7

Triadic Colors of #835cec

#835cec #ec835c #5cec83

Analogous Colors of #835cec

#835cec #cb5cec #5c7dec

Monochromatic Colors of #835cec

#835cec

Complementary Color

#835cec #c5ec5c

#835cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#835cec Color CSS Codes

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

#835cec Text Font Color

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

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


#835cec Background Color

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

This div background color is #835cec


#835cec Border Color

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

This div border color is #835cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835cec


Comments

No comments written yet.

Please login to write comment.