Color Hex Logo

#835ece Color Hex

#835ECE
(131,94,206)
0 Favorites   0 Comments

Color spaces of #835ece

RGB 13194206
HSL0.720.530.59
HSV260°54°81°
CMYK 0.360.540.00   0.19
XYZ24.503417.286960.4378
Yxy17.28690.23970.1691
Hunter Lab41.577532.4370-57.0807
CIE-Lab48.619539.6914-52.9534

#835ece color RGB value is (131,94,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011110 11001110
Octal 203 136 316
Decimal 131 94 206
Hex 83 5E CE

RGB Percentages of Color #835ece

%30.39
%21.81
%47.80

CMYK Percentages of Color #835ece

%36
%54
%0
%19

Triadic Colors of #835ece

#835ece #ce835e #5ece83

Analogous Colors of #835ece

#835ece #bb5ece #5e71ce

Monochromatic Colors of #835ece

#835ece

Complementary Color

#835ece #a9ce5e

#835ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ece Color CSS Codes

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

#835ece Text Font Color

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

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


#835ece Background Color

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

This div background color is #835ece


#835ece Border Color

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

This div border color is #835ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ece


Comments

No comments written yet.

Please login to write comment.