Color Hex Logo

#867088 Color Hex

#867088
(134,112,136)
0 Favorites   0 Comments

Color spaces of #867088

RGB 134112136
HSL0.820.100.49
HSV295°18°53°
CMYK 0.010.180.00   0.47
XYZ20.069618.434225.7929
Yxy18.43420.31210.2867
Hunter Lab42.93518.3018-5.5634
CIE-Lab50.018613.1769-9.9244

#867088 color RGB value is (134,112,136).

#867088 hex color red value is 134, green value is 112 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #867088 hue: 0.82 , saturation: 0.10 and the lightness value of 867088 is 0.49.

The process color (four color CMYK) of #867088 color hex is 0.01, 0.18, 0.00, 0.47. Web safe color of #867088 is #996699. Color #867088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110000 10001000
Octal 206 160 210
Decimal 134 112 136
Hex 86 70 88

RGB Percentages of Color #867088

%35.08
%29.32
%35.60

CMYK Percentages of Color #867088

%1
%18
%0
%47

Triadic Colors of #867088

#867088 #888670 #708886

Analogous Colors of #867088

#867088 #88707e #7a7088

Monochromatic Colors of #867088

#867088

Complementary Color

#867088 #728870

#867088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867088 Color CSS Codes

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

#867088 Text Font Color

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

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


#867088 Background Color

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

This div background color is #867088


#867088 Border Color

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

This div border color is #867088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867088

#867088 Color Palettes


Comments

No comments written yet.

Please login to write comment.