Color Hex Logo

#876cef Color Hex

#876CEF
(135,108,239)
0 Favorites   0 Comments

Color spaces of #876cef

RGB 135108239
HSL0.700.800.68
HSV252°55°94°
CMYK 0.440.550.00   0.06
XYZ30.934222.108084.2982
Yxy22.10800.22520.1610
Hunter Lab47.019135.1528-73.3846
CIE-Lab54.141441.5964-62.7131

#876cef color RGB value is (135,108,239).

#876cef hex color red value is 135, green value is 108 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #876cef hue: 0.70 , saturation: 0.80 and the lightness value of 876cef is 0.68.

The process color (four color CMYK) of #876cef color hex is 0.44, 0.55, 0.00, 0.06. Web safe color of #876cef is #9966ff. Color #876cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101100 11101111
Octal 207 154 357
Decimal 135 108 239
Hex 87 6C EF

RGB Percentages of Color #876cef

%28.01
%22.41
%49.59

CMYK Percentages of Color #876cef

%44
%55
%0
%6

Triadic Colors of #876cef

#876cef #ef876c #6cef87

Analogous Colors of #876cef

#876cef #c96cef #6c93ef

Monochromatic Colors of #876cef

#876cef

Complementary Color

#876cef #d4ef6c

#876cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#876cef Color CSS Codes

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

#876cef Text Font Color

<p style="color:#876cef">Text here</p>

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


#876cef Background Color

<div style="background-color:#876cef">
Div content here</div>

This div background color is #876cef


#876cef Border Color

<div style="border:3px solid #876cef">
Div here</div>

This div border color is #876cef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,108,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876cef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876cef;
  -webkit-box-shadow: 1px 1px 3px 2px #876cef;
  box-shadow:         1px 1px 3px 2px #876cef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,108,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876cef


Comments

No comments written yet.

Please login to write comment.