Color Hex Logo

#854365 Color Hex

#854365
(133,67,101)
0 Favorites   0 Comments

Color spaces of #854365

RGB 13367101
HSL0.910.330.39
HSV329°50°52°
CMYK 0.000.500.24   0.48
XYZ14.02909.940413.4912
Yxy9.94040.37450.2654
Hunter Lab31.528424.2514-3.3007
CIE-Lab37.735332.6231-7.0603

#854365 color RGB value is (133,67,101).

#854365 hex color red value is 133, green value is 67 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #854365 hue: 0.91 , saturation: 0.33 and the lightness value of 854365 is 0.39.

The process color (four color CMYK) of #854365 color hex is 0.00, 0.50, 0.24, 0.48. Web safe color of #854365 is #993366. Color #854365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000011 01100101
Octal 205 103 145
Decimal 133 67 101
Hex 85 43 65

RGB Percentages of Color #854365

%44.19
%22.26
%33.55

CMYK Percentages of Color #854365

%0
%50
%24
%48

Triadic Colors of #854365

#854365 #658543 #436585

Analogous Colors of #854365

#854365 #854344 #844385

Monochromatic Colors of #854365

#854365

Complementary Color

#854365 #438563

#854365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854365 Color CSS Codes

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

#854365 Text Font Color

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

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


#854365 Background Color

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

This div background color is #854365


#854365 Border Color

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

This div border color is #854365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854365


Comments

No comments written yet.

Please login to write comment.