Color Hex Logo

#857399 Color Hex

#857399
(133,115,153)
0 Favorites   0 Comments

Color spaces of #857399

RGB 133115153
HSL0.750.160.53
HSV268°25°60°
CMYK 0.130.250.00   0.40
XYZ21.553419.547932.7741
Yxy19.54790.29180.2646
Hunter Lab44.21309.6442-13.0012
CIE-Lab51.322214.7218-17.9629

#857399 color RGB value is (133,115,153).

#857399 hex color red value is 133, green value is 115 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #857399 hue: 0.75 , saturation: 0.16 and the lightness value of 857399 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110011 10011001
Octal 205 163 231
Decimal 133 115 153
Hex 85 73 99

RGB Percentages of Color #857399

%33.17
%28.68
%38.15

CMYK Percentages of Color #857399

%13
%25
%0
%40

Triadic Colors of #857399

#857399 #998573 #739985

Analogous Colors of #857399

#857399 #987399 #737499

Monochromatic Colors of #857399

#857399

Complementary Color

#857399 #879973

#857399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857399 Color CSS Codes

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

#857399 Text Font Color

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

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


#857399 Background Color

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

This div background color is #857399


#857399 Border Color

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

This div border color is #857399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857399


Comments

No comments written yet.

Please login to write comment.