Color Hex Logo

#867fa3 Color Hex

#867FA3
(134,127,163)
0 Favorites   0 Comments

Color spaces of #867fa3

RGB 134127163
HSL0.700.160.57
HSV252°22°64°
CMYK 0.180.220.00   0.36
XYZ24.031722.891437.8022
Yxy22.89140.28360.2702
Hunter Lab47.84505.9288-13.3534
CIE-Lab54.960310.3052-18.2213

#867fa3 color RGB value is (134,127,163).

#867fa3 hex color red value is 134, green value is 127 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #867fa3 hue: 0.70 , saturation: 0.16 and the lightness value of 867fa3 is 0.57.

The process color (four color CMYK) of #867fa3 color hex is 0.18, 0.22, 0.00, 0.36. Web safe color of #867fa3 is #996699. Color #867fa3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111111 10100011
Octal 206 177 243
Decimal 134 127 163
Hex 86 7F A3

RGB Percentages of Color #867fa3

%31.60
%29.95
%38.44

CMYK Percentages of Color #867fa3

%18
%22
%0
%36

Triadic Colors of #867fa3

#867fa3 #a3867f #7fa386

Analogous Colors of #867fa3

#867fa3 #987fa3 #7f8aa3

Monochromatic Colors of #867fa3

#867fa3

Complementary Color

#867fa3 #9ca37f

#867fa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867fa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867fa3 Color CSS Codes

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

#867fa3 Text Font Color

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

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


#867fa3 Background Color

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

This div background color is #867fa3


#867fa3 Border Color

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

This div border color is #867fa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867fa3


Comments

No comments written yet.

Please login to write comment.