Color Hex Logo

#867cfc Color Hex

#867CFC
(134,124,252)
0 Favorites   0 Comments

Color spaces of #867cfc

RGB 134124252
HSL0.680.960.74
HSV245°51°99°
CMYK 0.470.510.00   0.01
XYZ34.609926.511995.3886
Yxy26.51190.22110.1694
Hunter Lab51.489729.8756-73.7964
CIE-Lab58.519835.8399-62.8883

#867cfc color RGB value is (134,124,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 01111100 11111100
Octal 206 174 374
Decimal 134 124 252
Hex 86 7C FC

RGB Percentages of Color #867cfc

%26.27
%24.31
%49.41

CMYK Percentages of Color #867cfc

%47
%51
%0
%1

Triadic Colors of #867cfc

#867cfc #fc867c #7cfc86

Analogous Colors of #867cfc

#867cfc #c67cfc #7cb2fc

Monochromatic Colors of #867cfc

#867cfc

Complementary Color

#867cfc #f2fc7c

#867cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#867cfc Color CSS Codes

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

#867cfc Text Font Color

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

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


#867cfc Background Color

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

This div background color is #867cfc


#867cfc Border Color

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

This div border color is #867cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #867cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.