Color Hex Logo

#876fdb Color Hex

#876FDB
(135,111,219)
0 Favorites   0 Comments

Color spaces of #876fdb

RGB 135111219
HSL0.700.600.65
HSV253°49°86°
CMYK 0.380.490.00   0.14
XYZ28.462321.634269.6935
Yxy21.63420.23760.1806
Hunter Lab46.512627.8319-56.2801
CIE-Lab53.636734.3554-52.2984

#876fdb color RGB value is (135,111,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101111 11011011
Octal 207 157 333
Decimal 135 111 219
Hex 87 6F DB

RGB Percentages of Color #876fdb

%29.03
%23.87
%47.10

CMYK Percentages of Color #876fdb

%38
%49
%0
%14

Triadic Colors of #876fdb

#876fdb #db876f #6fdb87

Analogous Colors of #876fdb

#876fdb #bd6fdb #6f8ddb

Monochromatic Colors of #876fdb

#876fdb

Complementary Color

#876fdb #c3db6f

#876fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#876fdb Color CSS Codes

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

#876fdb Text Font Color

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

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


#876fdb Background Color

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

This div background color is #876fdb


#876fdb Border Color

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

This div border color is #876fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876fdb


Comments

No comments written yet.

Please login to write comment.