Color Hex Logo

#876cc1 Color Hex

#876CC1
(135,108,193)
0 Favorites   0 Comments

Color spaces of #876cc1

RGB 135108193
HSL0.720.410.59
HSV259°44°76°
CMYK 0.300.440.00   0.24
XYZ24.979919.726352.9430
Yxy19.72630.25580.2020
Hunter Lab44.414322.6686-39.5852
CIE-Lab51.526329.2115-40.8454

#876cc1 color RGB value is (135,108,193).

#876cc1 hex color red value is 135, green value is 108 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #876cc1 hue: 0.72 , saturation: 0.41 and the lightness value of 876cc1 is 0.59.

The process color (four color CMYK) of #876cc1 color hex is 0.30, 0.44, 0.00, 0.24. Web safe color of #876cc1 is #9966cc. Color #876cc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101100 11000001
Octal 207 154 301
Decimal 135 108 193
Hex 87 6C C1

RGB Percentages of Color #876cc1

%30.96
%24.77
%44.27

CMYK Percentages of Color #876cc1

%30
%44
%0
%24

Triadic Colors of #876cc1

#876cc1 #c1876c #6cc187

Analogous Colors of #876cc1

#876cc1 #b26cc1 #6c7cc1

Monochromatic Colors of #876cc1

#876cc1

Complementary Color

#876cc1 #a6c16c

#876cc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876cc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876cc1 Color CSS Codes

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

#876cc1 Text Font Color

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

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


#876cc1 Background Color

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

This div background color is #876cc1


#876cc1 Border Color

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

This div border color is #876cc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876cc1


Comments

No comments written yet.

Please login to write comment.