Color Hex Logo

#867fca Color Hex

#867FCA
(134,127,202)
0 Favorites   0 Comments

Color spaces of #867fca

RGB 134127202
HSL0.680.410.65
HSV246°37°79°
CMYK 0.340.370.00   0.21
XYZ28.081624.511359.1282
Yxy24.51130.25140.2194
Hunter Lab49.508914.6052-36.1535
CIE-Lab56.596120.1012-38.0047

#867fca color RGB value is (134,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111111 11001010
Octal 206 177 312
Decimal 134 127 202
Hex 86 7F CA

RGB Percentages of Color #867fca

%28.94
%27.43
%43.63

CMYK Percentages of Color #867fca

%34
%37
%0
%21

Triadic Colors of #867fca

#867fca #ca867f #7fca86

Analogous Colors of #867fca

#867fca #ac7fca #7f9eca

Monochromatic Colors of #867fca

#867fca

Complementary Color

#867fca #c3ca7f

#867fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#867fca Color CSS Codes

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

#867fca Text Font Color

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

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


#867fca Background Color

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

This div background color is #867fca


#867fca Border Color

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

This div border color is #867fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867fca


Comments

No comments written yet.

Please login to write comment.