Color Hex Logo

#857294 Color Hex

#857294
(133,114,148)
0 Favorites   0 Comments

Color spaces of #857294

RGB 133114148
HSL0.760.140.51
HSV274°23°58°
CMYK 0.100.230.00   0.42
XYZ21.035519.159330.6064
Yxy19.15930.29710.2706
Hunter Lab43.77139.1832-10.8176
CIE-Lab50.873114.1956-15.7145

#857294 color RGB value is (133,114,148).

#857294 hex color red value is 133, green value is 114 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #857294 hue: 0.76 , saturation: 0.14 and the lightness value of 857294 is 0.51.

The process color (four color CMYK) of #857294 color hex is 0.10, 0.23, 0.00, 0.42. Web safe color of #857294 is #996699. Color #857294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01110010 10010100
Octal 205 162 224
Decimal 133 114 148
Hex 85 72 94

RGB Percentages of Color #857294

%33.67
%28.86
%37.47

CMYK Percentages of Color #857294

%10
%23
%0
%42

Triadic Colors of #857294

#857294 #948572 #729485

Analogous Colors of #857294

#857294 #947292 #747294

Monochromatic Colors of #857294

#857294

Complementary Color

#857294 #819472

#857294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#857294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#857294 Color CSS Codes

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

#857294 Text Font Color

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

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


#857294 Background Color

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

This div background color is #857294


#857294 Border Color

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

This div border color is #857294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #857294

#857294 Color Palettes


Comments

No comments written yet.

Please login to write comment.