Color Hex Logo

#876fdd Color Hex

#876FDD
(135,111,221)
0 Favorites   0 Comments

Color spaces of #876fdd

RGB 135111221
HSL0.700.620.65
HSV253°50°87°
CMYK 0.390.500.00   0.13
XYZ28.727321.740271.0888
Yxy21.74020.23630.1788
Hunter Lab46.626428.3807-57.7579
CIE-Lab53.750334.9010-53.2453

#876fdd color RGB value is (135,111,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101111 11011101
Octal 207 157 335
Decimal 135 111 221
Hex 87 6F DD

RGB Percentages of Color #876fdd

%28.91
%23.77
%47.32

CMYK Percentages of Color #876fdd

%39
%50
%0
%13

Triadic Colors of #876fdd

#876fdd #dd876f #6fdd87

Analogous Colors of #876fdd

#876fdd #be6fdd #6f8edd

Monochromatic Colors of #876fdd

#876fdd

Complementary Color

#876fdd #c5dd6f

#876fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#876fdd Color CSS Codes

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

#876fdd Text Font Color

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

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


#876fdd Background Color

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

This div background color is #876fdd


#876fdd Border Color

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

This div border color is #876fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876fdd


Comments

No comments written yet.

Please login to write comment.