Color Hex Logo

#835ecd Color Hex

#835ECD
(131,94,205)
0 Favorites   0 Comments

Color spaces of #835ecd

RGB 13194205
HSL0.720.530.59
HSV260°54°80°
CMYK 0.360.540.00   0.20
XYZ24.382217.238559.7999
Yxy17.23850.24040.1700
Hunter Lab41.519332.1654-56.3315
CIE-Lab48.559239.4261-52.4771

#835ecd color RGB value is (131,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011110 11001101
Octal 203 136 315
Decimal 131 94 205
Hex 83 5E CD

RGB Percentages of Color #835ecd

%30.47
%21.86
%47.67

CMYK Percentages of Color #835ecd

%36
%54
%0
%20

Triadic Colors of #835ecd

#835ecd #cd835e #5ecd83

Analogous Colors of #835ecd

#835ecd #bb5ecd #5e71cd

Monochromatic Colors of #835ecd

#835ecd

Complementary Color

#835ecd #a8cd5e

#835ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ecd Color CSS Codes

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

#835ecd Text Font Color

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

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


#835ecd Background Color

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

This div background color is #835ecd


#835ecd Border Color

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

This div border color is #835ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ecd


Comments

No comments written yet.

Please login to write comment.