Color Hex Logo

#867ebc Color Hex

#867EBC
(134,126,188)
0 Favorites   0 Comments

Color spaces of #867ebc

RGB 134126188
HSL0.690.320.62
HSV248°33°74°
CMYK 0.290.330.00   0.26
XYZ26.369523.620950.7464
Yxy23.62090.26180.2345
Hunter Lab48.601311.7959-27.8859
CIE-Lab55.706217.0268-31.4329

#867ebc color RGB value is (134,126,188).

#867ebc hex color red value is 134, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #867ebc hue: 0.69 , saturation: 0.32 and the lightness value of 867ebc is 0.62.

The process color (four color CMYK) of #867ebc color hex is 0.29, 0.33, 0.00, 0.26. Web safe color of #867ebc is #9966cc. Color #867ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111110 10111100
Octal 206 176 274
Decimal 134 126 188
Hex 86 7E BC

RGB Percentages of Color #867ebc

%29.91
%28.13
%41.96

CMYK Percentages of Color #867ebc

%29
%33
%0
%26

Triadic Colors of #867ebc

#867ebc #bc867e #7ebc86

Analogous Colors of #867ebc

#867ebc #a57ebc #7e95bc

Monochromatic Colors of #867ebc

#867ebc

Complementary Color

#867ebc #b4bc7e

#867ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#867ebc Color CSS Codes

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

#867ebc Text Font Color

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

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


#867ebc Background Color

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

This div background color is #867ebc


#867ebc Border Color

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

This div border color is #867ebc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,126,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #867ebc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #867ebc;
  -webkit-box-shadow: 1px 1px 3px 2px #867ebc;
  box-shadow:         1px 1px 3px 2px #867ebc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867ebc


Comments

No comments written yet.

Please login to write comment.