Color Hex Logo

#853376 Color Hex

#853376
(133,51,118)
0 Favorites   0 Comments

Color spaces of #853376

RGB 13351118
HSL0.860.450.36
HSV311°62°52°
CMYK 0.000.620.11   0.48
XYZ14.12678.662218.0670
Yxy8.66220.34580.2120
Hunter Lab29.431634.1718-15.7938
CIE-Lab35.325643.6215-21.4095

#853376 color RGB value is (133,51,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110011 01110110
Octal 205 63 166
Decimal 133 51 118
Hex 85 33 76

RGB Percentages of Color #853376

%44.04
%16.89
%39.07

CMYK Percentages of Color #853376

%0
%62
%11
%48

Triadic Colors of #853376

#853376 #768533 #337685

Analogous Colors of #853376

#853376 #85334d #6b3385

Monochromatic Colors of #853376

#853376

Complementary Color

#853376 #338542

#853376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853376 Color CSS Codes

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

#853376 Text Font Color

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

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


#853376 Background Color

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

This div background color is #853376


#853376 Border Color

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

This div border color is #853376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853376


Comments

No comments written yet.

Please login to write comment.