Color Hex Logo

#855499 Color Hex

#855499
(133,84,153)
0 Favorites   0 Comments

Color spaces of #855499

RGB 13384153
HSL0.790.290.46
HSV283°45°60°
CMYK 0.130.450.00   0.40
XYZ18.593013.627131.7873
Yxy13.62710.29050.2129
Hunter Lab36.914925.3044-25.2140
CIE-Lab43.693332.9521-29.7571

#855499 color RGB value is (133,84,153).

#855499 hex color red value is 133, green value is 84 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #855499 hue: 0.79 , saturation: 0.29 and the lightness value of 855499 is 0.46.

The process color (four color CMYK) of #855499 color hex is 0.13, 0.45, 0.00, 0.40. Web safe color of #855499 is #996699. Color #855499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010100 10011001
Octal 205 124 231
Decimal 133 84 153
Hex 85 54 99

RGB Percentages of Color #855499

%35.95
%22.70
%41.35

CMYK Percentages of Color #855499

%13
%45
%0
%40

Triadic Colors of #855499

#855499 #998554 #549985

Analogous Colors of #855499

#855499 #99548b #635499

Monochromatic Colors of #855499

#855499

Complementary Color

#855499 #689954

#855499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855499 Color CSS Codes

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

#855499 Text Font Color

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

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


#855499 Background Color

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

This div background color is #855499


#855499 Border Color

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

This div border color is #855499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855499


Comments

No comments written yet.

Please login to write comment.