Color Hex Logo

#856798 Color Hex

#856798
(133,103,152)
0 Favorites   0 Comments

Color spaces of #856798

RGB 133103152
HSL0.770.190.50
HSV277°32°60°
CMYK 0.130.320.00   0.40
XYZ20.190616.954031.9141
Yxy16.95400.29240.2455
Hunter Lab41.175215.4722-17.1318
CIE-Lab48.202021.6040-22.1597

#856798 color RGB value is (133,103,152).

#856798 hex color red value is 133, green value is 103 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #856798 hue: 0.77 , saturation: 0.19 and the lightness value of 856798 is 0.50.

The process color (four color CMYK) of #856798 color hex is 0.13, 0.32, 0.00, 0.40. Web safe color of #856798 is #996699. Color #856798 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01100111 10011000
Octal 205 147 230
Decimal 133 103 152
Hex 85 67 98

RGB Percentages of Color #856798

%34.28
%26.55
%39.18

CMYK Percentages of Color #856798

%13
%32
%0
%40

Triadic Colors of #856798

#856798 #988567 #679885

Analogous Colors of #856798

#856798 #986793 #6d6798

Monochromatic Colors of #856798

#856798

Complementary Color

#856798 #7a9867

#856798 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#856798 Color Preview on White Background

Lorem ipsum dolor sit amet.

#856798 Color CSS Codes

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

#856798 Text Font Color

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

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


#856798 Background Color

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

This div background color is #856798


#856798 Border Color

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

This div border color is #856798


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #856798

#856798 Color Palettes


Comments

No comments written yet.

Please login to write comment.