Color Hex Logo

#867bfb Color Hex

#867BFB
(134,123,251)
0 Favorites   0 Comments

Color spaces of #867bfb

RGB 134123251
HSL0.680.940.73
HSV245°51°98°
CMYK 0.470.510.00   0.02
XYZ34.327126.199394.5145
Yxy26.19930.22140.1690
Hunter Lab51.185330.1358-73.6504
CIE-Lab58.225736.1322-62.8089

#867bfb color RGB value is (134,123,251).

#867bfb hex color red value is 134, green value is 123 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #867bfb hue: 0.68 , saturation: 0.94 and the lightness value of 867bfb is 0.73.

The process color (four color CMYK) of #867bfb color hex is 0.47, 0.51, 0.00, 0.02. Web safe color of #867bfb is #9966ff. Color #867bfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111011 11111011
Octal 206 173 373
Decimal 134 123 251
Hex 86 7B FB

RGB Percentages of Color #867bfb

%26.38
%24.21
%49.41

CMYK Percentages of Color #867bfb

%47
%51
%0
%2

Triadic Colors of #867bfb

#867bfb #fb867b #7bfb86

Analogous Colors of #867bfb

#867bfb #c67bfb #7bb0fb

Monochromatic Colors of #867bfb

#867bfb

Complementary Color

#867bfb #f0fb7b

#867bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#867bfb Color CSS Codes

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

#867bfb Text Font Color

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

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


#867bfb Background Color

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

This div background color is #867bfb


#867bfb Border Color

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

This div border color is #867bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867bfb


Comments

No comments written yet.

Please login to write comment.