Color Hex Logo

#853082 Color Hex

#853082
(133,48,130)
0 Favorites   0 Comments

Color spaces of #853082

RGB 13348130
HSL0.840.470.35
HSV302°64°52°
CMYK 0.000.640.02   0.48
XYZ14.75918.712222.0228
Yxy8.71220.32440.1915
Hunter Lab29.516437.6016-23.5759
CIE-Lab35.424247.0912-28.7375

#853082 color RGB value is (133,48,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110000 10000010
Octal 205 60 202
Decimal 133 48 130
Hex 85 30 82

RGB Percentages of Color #853082

%42.77
%15.43
%41.80

CMYK Percentages of Color #853082

%0
%64
%2
%48

Triadic Colors of #853082

#853082 #828530 #308285

Analogous Colors of #853082

#853082 #853057 #5e3085

Monochromatic Colors of #853082

#853082

Complementary Color

#853082 #308533

#853082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853082 Color CSS Codes

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

#853082 Text Font Color

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

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


#853082 Background Color

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

This div background color is #853082


#853082 Border Color

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

This div border color is #853082


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,48,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 #853082">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853082

#853082 Color Palettes


Comments

No comments written yet.

Please login to write comment.