Color Hex Logo

#854082 Color Hex

#854082
(133,64,130)
0 Favorites   0 Comments

Color spaces of #854082

RGB 13364130
HSL0.840.350.39
HSV303°52°52°
CMYK 0.000.520.02   0.48
XYZ15.535510.265022.2816
Yxy10.26500.32310.2135
Hunter Lab32.039030.4851-18.8060
CIE-Lab38.313939.2677-24.2133

#854082 color RGB value is (133,64,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000000 10000010
Octal 205 100 202
Decimal 133 64 130
Hex 85 40 82

RGB Percentages of Color #854082

%40.67
%19.57
%39.76

CMYK Percentages of Color #854082

%0
%52
%2
%48

Triadic Colors of #854082

#854082 #828540 #408285

Analogous Colors of #854082

#854082 #85405f #664085

Monochromatic Colors of #854082

#854082

Complementary Color

#854082 #408543

#854082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854082 Color CSS Codes

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

#854082 Text Font Color

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

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


#854082 Background Color

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

This div background color is #854082


#854082 Border Color

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

This div border color is #854082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854082

#854082 Color Palettes


Comments

No comments written yet.

Please login to write comment.