Color Hex Logo

#867ebf Color Hex

#867EBF
(134,126,191)
0 Favorites   0 Comments

Color spaces of #867ebf

RGB 134126191
HSL0.690.340.62
HSV247°34°75°
CMYK 0.300.340.00   0.25
XYZ26.696323.751652.4677
Yxy23.75160.25940.2308
Hunter Lab48.735612.4911-29.7154
CIE-Lab55.838217.7994-32.9390

#867ebf color RGB value is (134,126,191).

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

The process color (four color CMYK) of #867ebf color hex is 0.30, 0.34, 0.00, 0.25. Web safe color of #867ebf is #9966cc. Color #867ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111110 10111111
Octal 206 176 277
Decimal 134 126 191
Hex 86 7E BF

RGB Percentages of Color #867ebf

%29.71
%27.94
%42.35

CMYK Percentages of Color #867ebf

%30
%34
%0
%25

Triadic Colors of #867ebf

#867ebf #bf867e #7ebf86

Analogous Colors of #867ebf

#867ebf #a77ebf #7e97bf

Monochromatic Colors of #867ebf

#867ebf

Complementary Color

#867ebf #b7bf7e

#867ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#867ebf Color CSS Codes

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

#867ebf Text Font Color

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

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


#867ebf Background Color

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

This div background color is #867ebf


#867ebf Border Color

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

This div border color is #867ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867ebf


Comments

No comments written yet.

Please login to write comment.