Color Hex Logo

#876edc Color Hex

#876EDC
(135,110,220)
0 Favorites   0 Comments

Color spaces of #876edc

RGB 135110220
HSL0.700.610.65
HSV254°50°86°
CMYK 0.390.500.00   0.14
XYZ28.485921.470170.3529
Yxy21.47010.23680.1785
Hunter Lab46.335828.6488-57.5864
CIE-Lab53.460235.2087-53.1446

#876edc color RGB value is (135,110,220).

#876edc hex color red value is 135, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #876edc hue: 0.70 , saturation: 0.61 and the lightness value of 876edc is 0.65.

The process color (four color CMYK) of #876edc color hex is 0.39, 0.50, 0.00, 0.14. Web safe color of #876edc is #9966cc. Color #876edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101110 11011100
Octal 207 156 334
Decimal 135 110 220
Hex 87 6E DC

RGB Percentages of Color #876edc

%29.03
%23.66
%47.31

CMYK Percentages of Color #876edc

%39
%50
%0
%14

Triadic Colors of #876edc

#876edc #dc876e #6edc87

Analogous Colors of #876edc

#876edc #be6edc #6e8cdc

Monochromatic Colors of #876edc

#876edc

Complementary Color

#876edc #c3dc6e

#876edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#876edc Color CSS Codes

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

#876edc Text Font Color

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

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


#876edc Background Color

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

This div background color is #876edc


#876edc Border Color

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

This div border color is #876edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876edc


Comments

No comments written yet.

Please login to write comment.