Color Hex Logo

#876ada Color Hex

#876ADA
(135,106,218)
0 Favorites   0 Comments

Color spaces of #876ada

RGB 135106218
HSL0.710.600.64
HSV256°51°85°
CMYK 0.380.510.00   0.15
XYZ27.800620.520968.8253
Yxy20.52090.23730.1752
Hunter Lab45.300030.2704-58.3706
CIE-Lab52.421136.9824-53.6755

#876ada color RGB value is (135,106,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101010 11011010
Octal 207 152 332
Decimal 135 106 218
Hex 87 6A DA

RGB Percentages of Color #876ada

%29.41
%23.09
%47.49

CMYK Percentages of Color #876ada

%38
%51
%0
%15

Triadic Colors of #876ada

#876ada #da876a #6ada87

Analogous Colors of #876ada

#876ada #bf6ada #6a85da

Monochromatic Colors of #876ada

#876ada

Complementary Color

#876ada #bdda6a

#876ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#876ada Color CSS Codes

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

#876ada Text Font Color

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

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


#876ada Background Color

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

This div background color is #876ada


#876ada Border Color

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

This div border color is #876ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876ada


Comments

No comments written yet.

Please login to write comment.