Color Hex Logo

#876ddb Color Hex

#876DDB
(135,109,219)
0 Favorites   0 Comments

Color spaces of #876ddb

RGB 135109219
HSL0.710.600.64
HSV254°50°86°
CMYK 0.380.500.00   0.14
XYZ28.246521.202669.6216
Yxy21.20260.23720.1781
Hunter Lab46.046328.9175-57.4136
CIE-Lab53.170535.5173-53.0429

#876ddb color RGB value is (135,109,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101101 11011011
Octal 207 155 333
Decimal 135 109 219
Hex 87 6D DB

RGB Percentages of Color #876ddb

%29.16
%23.54
%47.30

CMYK Percentages of Color #876ddb

%38
%50
%0
%14

Triadic Colors of #876ddb

#876ddb #db876d #6ddb87

Analogous Colors of #876ddb

#876ddb #be6ddb #6d8adb

Monochromatic Colors of #876ddb

#876ddb

Complementary Color

#876ddb #c1db6d

#876ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#876ddb Color CSS Codes

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

#876ddb Text Font Color

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

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


#876ddb Background Color

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

This div background color is #876ddb


#876ddb Border Color

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

This div border color is #876ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,109,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 #876ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876ddb


Comments

No comments written yet.

Please login to write comment.