Color Hex Logo

#867cbf Color Hex

#867CBF
(134,124,191)
0 Favorites   0 Comments

Color spaces of #867cbf

RGB 134124191
HSL0.690.340.62
HSV249°35°75°
CMYK 0.300.350.00   0.25
XYZ26.443123.245252.3833
Yxy23.24520.25910.2277
Hunter Lab48.213313.5270-30.6688
CIE-Lab55.324018.9773-33.7415

#867cbf color RGB value is (134,124,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111100 10111111
Octal 206 174 277
Decimal 134 124 191
Hex 86 7C BF

RGB Percentages of Color #867cbf

%29.84
%27.62
%42.54

CMYK Percentages of Color #867cbf

%30
%35
%0
%25

Triadic Colors of #867cbf

#867cbf #bf867c #7cbf86

Analogous Colors of #867cbf

#867cbf #a87cbf #7c94bf

Monochromatic Colors of #867cbf

#867cbf

Complementary Color

#867cbf #b5bf7c

#867cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#867cbf Color CSS Codes

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

#867cbf Text Font Color

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

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


#867cbf Background Color

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

This div background color is #867cbf


#867cbf Border Color

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

This div border color is #867cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867cbf


Comments

No comments written yet.

Please login to write comment.