Color Hex Logo

#853379 Color Hex

#853379
(133,51,121)
0 Favorites   0 Comments

Color spaces of #853379

RGB 13351121
HSL0.860.450.36
HSV309°62°52°
CMYK 0.000.620.09   0.48
XYZ14.30798.734719.0210
Yxy8.73470.34010.2077
Hunter Lab29.554534.6948-17.4703
CIE-Lab35.468444.1336-23.0646

#853379 color RGB value is (133,51,121).

#853379 hex color red value is 133, green value is 51 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #853379 hue: 0.86 , saturation: 0.45 and the lightness value of 853379 is 0.36.

The process color (four color CMYK) of #853379 color hex is 0.00, 0.62, 0.09, 0.48. Web safe color of #853379 is #993366. Color #853379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110011 01111001
Octal 205 63 171
Decimal 133 51 121
Hex 85 33 79

RGB Percentages of Color #853379

%43.61
%16.72
%39.67

CMYK Percentages of Color #853379

%0
%62
%9
%48

Triadic Colors of #853379

#853379 #798533 #337985

Analogous Colors of #853379

#853379 #853350 #683385

Monochromatic Colors of #853379

#853379

Complementary Color

#853379 #33853f

#853379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853379 Color CSS Codes

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

#853379 Text Font Color

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

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


#853379 Background Color

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

This div background color is #853379


#853379 Border Color

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

This div border color is #853379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853379


Comments

No comments written yet.

Please login to write comment.