Color Hex Logo

#854470 Color Hex

#854470
(133,68,112)
0 Favorites   0 Comments

Color spaces of #854470

RGB 13368112
HSL0.890.320.39
HSV319°49°52°
CMYK 0.000.490.16   0.48
XYZ14.664610.290616.5426
Yxy10.29060.35340.2480
Hunter Lab32.079025.4614-8.1196
CIE-Lab38.359033.8662-12.9973

#854470 color RGB value is (133,68,112).

#854470 hex color red value is 133, green value is 68 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #854470 hue: 0.89 , saturation: 0.32 and the lightness value of 854470 is 0.39.

The process color (four color CMYK) of #854470 color hex is 0.00, 0.49, 0.16, 0.48. Web safe color of #854470 is #993366. Color #854470 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000100 01110000
Octal 205 104 160
Decimal 133 68 112
Hex 85 44 70

RGB Percentages of Color #854470

%42.49
%21.73
%35.78

CMYK Percentages of Color #854470

%0
%49
%16
%48

Triadic Colors of #854470

#854470 #708544 #447085

Analogous Colors of #854470

#854470 #854450 #7a4485

Monochromatic Colors of #854470

#854470

Complementary Color

#854470 #448559

#854470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854470 Color CSS Codes

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

#854470 Text Font Color

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

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


#854470 Background Color

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

This div background color is #854470


#854470 Border Color

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

This div border color is #854470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854470


Comments

No comments written yet.

Please login to write comment.