Color Hex Logo

#853564 Color Hex

#853564
(133,53,100)
0 Favorites   0 Comments

Color spaces of #853564

RGB 13353100
HSL0.900.430.36
HSV325°60°52°
CMYK 0.000.600.25   0.48
XYZ13.24628.452912.9900
Yxy8.45290.38190.2437
Hunter Lab29.073930.4462-6.1386
CIE-Lab34.908839.7967-10.6831

#853564 color RGB value is (133,53,100).

#853564 hex color red value is 133, green value is 53 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #853564 hue: 0.90 , saturation: 0.43 and the lightness value of 853564 is 0.36.

The process color (four color CMYK) of #853564 color hex is 0.00, 0.60, 0.25, 0.48. Web safe color of #853564 is #993366. Color #853564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110101 01100100
Octal 205 65 144
Decimal 133 53 100
Hex 85 35 64

RGB Percentages of Color #853564

%46.50
%18.53
%34.97

CMYK Percentages of Color #853564

%0
%60
%25
%48

Triadic Colors of #853564

#853564 #648535 #356485

Analogous Colors of #853564

#853564 #85353c #7e3585

Monochromatic Colors of #853564

#853564

Complementary Color

#853564 #358556

#853564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853564 Color CSS Codes

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

#853564 Text Font Color

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

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


#853564 Background Color

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

This div background color is #853564


#853564 Border Color

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

This div border color is #853564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853564


Comments

No comments written yet.

Please login to write comment.