Color Hex Logo

#853386 Color Hex

#853386
(133,51,134)
0 Favorites   0 Comments

Color spaces of #853386

RGB 13351134
HSL0.830.450.36
HSV299°62°53°
CMYK 0.010.620.00   0.47
XYZ15.15989.075423.5070
Yxy9.07540.31750.1901
Hunter Lab30.125437.1059-25.1765
CIE-Lab36.129146.4633-30.1024

#853386 color RGB value is (133,51,134).

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

The process color (four color CMYK) of #853386 color hex is 0.01, 0.62, 0.00, 0.47. Web safe color of #853386 is #993399. Color #853386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110011 10000110
Octal 205 63 206
Decimal 133 51 134
Hex 85 33 86

RGB Percentages of Color #853386

%41.82
%16.04
%42.14

CMYK Percentages of Color #853386

%1
%62
%0
%47

Triadic Colors of #853386

#853386 #868533 #338685

Analogous Colors of #853386

#853386 #86335e #5c3386

Monochromatic Colors of #853386

#853386

Complementary Color

#853386 #348633

#853386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853386 Color CSS Codes

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

#853386 Text Font Color

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

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


#853386 Background Color

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

This div background color is #853386


#853386 Border Color

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

This div border color is #853386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853386


Comments

No comments written yet.

Please login to write comment.