Color Hex Logo

#867ffb Color Hex

#867FFB
(134,127,251)
0 Favorites   0 Comments

Color spaces of #867ffb

RGB 134127251
HSL0.680.940.74
HSV243°49°98°
CMYK 0.470.490.00   0.02
XYZ34.833527.212194.6833
Yxy27.21210.22230.1736
Hunter Lab52.165227.9048-71.0996
CIE-Lab59.170133.8039-61.2942

#867ffb color RGB value is (134,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111111 11111011
Octal 206 177 373
Decimal 134 127 251
Hex 86 7F FB

RGB Percentages of Color #867ffb

%26.17
%24.80
%49.02

CMYK Percentages of Color #867ffb

%47
%49
%0
%2

Triadic Colors of #867ffb

#867ffb #fb867f #7ffb86

Analogous Colors of #867ffb

#867ffb #c47ffb #7fb6fb

Monochromatic Colors of #867ffb

#867ffb

Complementary Color

#867ffb #f4fb7f

#867ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#867ffb Color CSS Codes

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

#867ffb Text Font Color

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

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


#867ffb Background Color

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

This div background color is #867ffb


#867ffb Border Color

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

This div border color is #867ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867ffb


Comments

No comments written yet.

Please login to write comment.