Color Hex Logo

#853460 Color Hex

#853460
(133,52,96)
0 Favorites   0 Comments

Color spaces of #853460

RGB 1335296
HSL0.910.440.36
HSV327°61°52°
CMYK 0.000.610.28   0.48
XYZ13.01228.287111.9801
Yxy8.28710.39100.2490
Hunter Lab28.787330.3062-4.5229
CIE-Lab34.573839.7054-8.6401

#853460 color RGB value is (133,52,96).

#853460 hex color red value is 133, green value is 52 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #853460 hue: 0.91 , saturation: 0.44 and the lightness value of 853460 is 0.36.

The process color (four color CMYK) of #853460 color hex is 0.00, 0.61, 0.28, 0.48. Web safe color of #853460 is #993366. Color #853460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110100 01100000
Octal 205 64 140
Decimal 133 52 96
Hex 85 34 60

RGB Percentages of Color #853460

%47.33
%18.51
%34.16

CMYK Percentages of Color #853460

%0
%61
%28
%48

Triadic Colors of #853460

#853460 #608534 #346085

Analogous Colors of #853460

#853460 #853438 #823485

Monochromatic Colors of #853460

#853460

Complementary Color

#853460 #348559

#853460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#853460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#853460 Color CSS Codes

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

#853460 Text Font Color

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

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


#853460 Background Color

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

This div background color is #853460


#853460 Border Color

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

This div border color is #853460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #853460


Comments

No comments written yet.

Please login to write comment.