Color Hex Logo

#835ddf Color Hex

#835DDF
(131,93,223)
0 Favorites   0 Comments

Color spaces of #835ddf

RGB 13193223
HSL0.720.670.62
HSV258°58°87°
CMYK 0.410.580.00   0.13
XYZ26.593717.981771.8812
Yxy17.98170.22840.1544
Hunter Lab42.404837.7357-70.8202
CIE-Lab49.473944.8118-61.2606

#835ddf color RGB value is (131,93,223).

#835ddf hex color red value is 131, green value is 93 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #835ddf hue: 0.72 , saturation: 0.67 and the lightness value of 835ddf is 0.62.

The process color (four color CMYK) of #835ddf color hex is 0.41, 0.58, 0.00, 0.13. Web safe color of #835ddf is #9966cc. Color #835ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011101 11011111
Octal 203 135 337
Decimal 131 93 223
Hex 83 5D DF

RGB Percentages of Color #835ddf

%29.31
%20.81
%49.89

CMYK Percentages of Color #835ddf

%41
%58
%0
%13

Triadic Colors of #835ddf

#835ddf #df835d #5ddf83

Analogous Colors of #835ddf

#835ddf #c45ddf #5d78df

Monochromatic Colors of #835ddf

#835ddf

Complementary Color

#835ddf #b9df5d

#835ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#835ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#835ddf Color CSS Codes

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

#835ddf Text Font Color

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

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


#835ddf Background Color

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

This div background color is #835ddf


#835ddf Border Color

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

This div border color is #835ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #835ddf


Comments

No comments written yet.

Please login to write comment.