Color Hex Logo

#835ace Color Hex

#835ACE
(131,90,206)
0 Favorites   0 Comments

Color spaces of #835ace

RGB 13190206
HSL0.730.540.58
HSV261°56°81°
CMYK 0.360.560.00   0.19
XYZ24.156816.593960.3222
Yxy16.59390.23900.1642
Hunter Lab40.735634.5657-59.2830
CIE-Lab47.744241.9567-54.3576

#835ace color RGB value is (131,90,206).

#835ace hex color red value is 131, green value is 90 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #835ace hue: 0.73 , saturation: 0.54 and the lightness value of 835ace is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011010 11001110
Octal 203 132 316
Decimal 131 90 206
Hex 83 5A CE

RGB Percentages of Color #835ace

%30.68
%21.08
%48.24

CMYK Percentages of Color #835ace

%36
%56
%0
%19

Triadic Colors of #835ace

#835ace #ce835a #5ace83

Analogous Colors of #835ace

#835ace #bd5ace #5a6bce

Monochromatic Colors of #835ace

#835ace

Complementary Color

#835ace #a5ce5a

#835ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ace Color CSS Codes

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

#835ace Text Font Color

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

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


#835ace Background Color

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

This div background color is #835ace


#835ace Border Color

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

This div border color is #835ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ace


Comments

No comments written yet.

Please login to write comment.