Color Hex Logo

#854368 Color Hex

#854368
(133,67,104)
0 Favorites   0 Comments

Color spaces of #854368

RGB 13367104
HSL0.910.330.39
HSV326°50°52°
CMYK 0.000.500.22   0.48
XYZ14.178710.000314.2797
Yxy10.00030.36870.2600
Hunter Lab31.623324.6921-4.6365
CIE-Lab37.843033.0953-8.7804

#854368 color RGB value is (133,67,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01000011 01101000
Octal 205 103 150
Decimal 133 67 104
Hex 85 43 68

RGB Percentages of Color #854368

%43.75
%22.04
%34.21

CMYK Percentages of Color #854368

%0
%50
%22
%48

Triadic Colors of #854368

#854368 #688543 #436885

Analogous Colors of #854368

#854368 #854347 #814385

Monochromatic Colors of #854368

#854368

Complementary Color

#854368 #438560

#854368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#854368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#854368 Color CSS Codes

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

#854368 Text Font Color

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

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


#854368 Background Color

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

This div background color is #854368


#854368 Border Color

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

This div border color is #854368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #854368


Comments

No comments written yet.

Please login to write comment.