Color Hex Logo

#853882 Color Hex

#853882
(133,56,130)
0 Favorites   0 Comments

Color spaces of #853882

RGB 13356130
HSL0.840.410.37
HSV302°58°52°
CMYK 0.000.580.02   0.48
XYZ15.11639.426622.1419
Yxy9.42660.32380.2019
Hunter Lab30.702834.1534-21.2662
CIE-Lab36.793043.3419-26.5887

#853882 color RGB value is (133,56,130).

#853882 hex color red value is 133, green value is 56 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #853882 hue: 0.84 , saturation: 0.41 and the lightness value of 853882 is 0.37.

The process color (four color CMYK) of #853882 color hex is 0.00, 0.58, 0.02, 0.48. Web safe color of #853882 is #993399. Color #853882 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00111000 10000010
Octal 205 70 202
Decimal 133 56 130
Hex 85 38 82

RGB Percentages of Color #853882

%41.69
%17.55
%40.75

CMYK Percentages of Color #853882

%0
%58
%2
%48

Triadic Colors of #853882

#853882 #828538 #388285

Analogous Colors of #853882

#853882 #85385c #623885

Monochromatic Colors of #853882

#853882

Complementary Color

#853882 #38853b

#853882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853882 Color CSS Codes

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

#853882 Text Font Color

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

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


#853882 Background Color

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

This div background color is #853882


#853882 Border Color

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

This div border color is #853882


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,56,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #853882; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #853882;
  -webkit-box-shadow: 1px 1px 3px 2px #853882;
  box-shadow:         1px 1px 3px 2px #853882; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,56,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853882


Comments

No comments written yet.

Please login to write comment.