Color Hex Logo

#866998 Color Hex

#866998
(134,105,152)
0 Favorites   0 Comments

Color spaces of #866998

RGB 134105152
HSL0.770.190.50
HSV277°31°60°
CMYK 0.120.310.00   0.40
XYZ20.550617.438531.9886
Yxy17.43850.29370.2492
Hunter Lab41.759414.7642-16.1858
CIE-Lab48.807920.7553-21.2184

#866998 color RGB value is (134,105,152).

#866998 hex color red value is 134, green value is 105 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #866998 hue: 0.77 , saturation: 0.19 and the lightness value of 866998 is 0.50.

The process color (four color CMYK) of #866998 color hex is 0.12, 0.31, 0.00, 0.40. Web safe color of #866998 is #996699. Color #866998 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01101001 10011000
Octal 206 151 230
Decimal 134 105 152
Hex 86 69 98

RGB Percentages of Color #866998

%34.27
%26.85
%38.87

CMYK Percentages of Color #866998

%12
%31
%0
%40

Triadic Colors of #866998

#866998 #988669 #699886

Analogous Colors of #866998

#866998 #986993 #6f6998

Monochromatic Colors of #866998

#866998

Complementary Color

#866998 #7b9869

#866998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#866998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#866998 Color CSS Codes

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

#866998 Text Font Color

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

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


#866998 Background Color

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

This div background color is #866998


#866998 Border Color

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

This div border color is #866998


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,105,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #866998


Comments

No comments written yet.

Please login to write comment.