Color Hex Logo

#855688 Color Hex

#855688
(133,86,136)
0 Favorites   0 Comments

Color spaces of #855688

RGB 13386136
HSL0.820.230.44
HSV296°37°53°
CMYK 0.020.370.00   0.47
XYZ17.444613.419724.9634
Yxy13.41970.31250.2404
Hunter Lab36.632920.8942-14.7600
CIE-Lab43.388928.1609-20.0137

#855688 color RGB value is (133,86,136).

#855688 hex color red value is 133, green value is 86 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #855688 hue: 0.82 , saturation: 0.23 and the lightness value of 855688 is 0.44.

The process color (four color CMYK) of #855688 color hex is 0.02, 0.37, 0.00, 0.47. Web safe color of #855688 is #996699. Color #855688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010110 10001000
Octal 205 126 210
Decimal 133 86 136
Hex 85 56 88

RGB Percentages of Color #855688

%37.46
%24.23
%38.31

CMYK Percentages of Color #855688

%2
%37
%0
%47

Triadic Colors of #855688

#855688 #888556 #568885

Analogous Colors of #855688

#855688 #885672 #6c5688

Monochromatic Colors of #855688

#855688

Complementary Color

#855688 #598856

#855688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#855688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#855688 Color CSS Codes

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

#855688 Text Font Color

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

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


#855688 Background Color

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

This div background color is #855688


#855688 Border Color

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

This div border color is #855688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #855688


Comments

No comments written yet.

Please login to write comment.