Color Hex Logo

#855096 Color Hex

#855096
(133,80,150)
0 Favorites   0 Comments

Color spaces of #855096

RGB 13380150
HSL0.790.300.45
HSV285°47°59°
CMYK 0.110.470.00   0.41
XYZ18.046512.925930.3979
Yxy12.92590.29410.2106
Hunter Lab35.952626.6815-24.9628
CIE-Lab42.651434.5712-29.5916

#855096 color RGB value is (133,80,150).

#855096 hex color red value is 133, green value is 80 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #855096 hue: 0.79 , saturation: 0.30 and the lightness value of 855096 is 0.45.

The process color (four color CMYK) of #855096 color hex is 0.11, 0.47, 0.00, 0.41. Web safe color of #855096 is #996699. Color #855096 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 10010110
Octal 205 120 226
Decimal 133 80 150
Hex 85 50 96

RGB Percentages of Color #855096

%36.64
%22.04
%41.32

CMYK Percentages of Color #855096

%11
%47
%0
%41

Triadic Colors of #855096

#855096 #968550 #509685

Analogous Colors of #855096

#855096 #965084 #625096

Monochromatic Colors of #855096

#855096

Complementary Color

#855096 #619650

#855096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855096 Color CSS Codes

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

#855096 Text Font Color

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

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


#855096 Background Color

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

This div background color is #855096


#855096 Border Color

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

This div border color is #855096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855096


Comments

No comments written yet.

Please login to write comment.