Color Hex Logo

#855064 Color Hex

#855064
(133,80,100)
0 Favorites   0 Comments

Color spaces of #855064

RGB 13380100
HSL0.940.250.42
HSV337°40°52°
CMYK 0.000.400.25   0.48
XYZ14.841811.644013.5219
Yxy11.64400.37100.2910
Hunter Lab34.123317.92210.3917
CIE-Lab40.644625.0903-2.1197

#855064 color RGB value is (133,80,100).

#855064 hex color red value is 133, green value is 80 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #855064 hue: 0.94 , saturation: 0.25 and the lightness value of 855064 is 0.42.

The process color (four color CMYK) of #855064 color hex is 0.00, 0.40, 0.25, 0.48. Web safe color of #855064 is #996666. Color #855064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 01100100
Octal 205 120 144
Decimal 133 80 100
Hex 85 50 64

RGB Percentages of Color #855064

%42.49
%25.56
%31.95

CMYK Percentages of Color #855064

%0
%40
%25
%48

Triadic Colors of #855064

#855064 #648550 #506485

Analogous Colors of #855064

#855064 #855750 #85507f

Monochromatic Colors of #855064

#855064

Complementary Color

#855064 #508571

#855064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855064 Color CSS Codes

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

#855064 Text Font Color

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

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


#855064 Background Color

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

This div background color is #855064


#855064 Border Color

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

This div border color is #855064


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,80,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 #855064">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855064


Comments

No comments written yet.

Please login to write comment.