Color Hex Logo

#876bdf Color Hex

#876BDF
(135,107,223)
0 Favorites   0 Comments

Color spaces of #876bdf

RGB 135107223
HSL0.710.640.65
HSV254°52°87°
CMYK 0.390.520.00   0.13
XYZ28.568720.994072.3586
Yxy20.99400.23430.1722
Hunter Lab45.819231.1128-61.5585
CIE-Lab52.942937.7622-55.6642

#876bdf color RGB value is (135,107,223).

#876bdf hex color red value is 135, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #876bdf hue: 0.71 , saturation: 0.64 and the lightness value of 876bdf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101011 11011111
Octal 207 153 337
Decimal 135 107 223
Hex 87 6B DF

RGB Percentages of Color #876bdf

%29.03
%23.01
%47.96

CMYK Percentages of Color #876bdf

%39
%52
%0
%13

Triadic Colors of #876bdf

#876bdf #df876b #6bdf87

Analogous Colors of #876bdf

#876bdf #c16bdf #6b89df

Monochromatic Colors of #876bdf

#876bdf

Complementary Color

#876bdf #c3df6b

#876bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#876bdf Color CSS Codes

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

#876bdf Text Font Color

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

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


#876bdf Background Color

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

This div background color is #876bdf


#876bdf Border Color

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

This div border color is #876bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876bdf


Comments

No comments written yet.

Please login to write comment.