Color Hex Logo

#874aaa Color Hex

#874AAA
(135,74,170)
0 Favorites   0 Comments

Color spaces of #874aaa

RGB 13574170
HSL0.770.390.48
HSV278°56°67°
CMYK 0.210.560.00   0.33
XYZ19.696212.950739.4919
Yxy12.95070.27300.1795
Hunter Lab35.987134.7180-39.8734
CIE-Lab42.688942.9124-41.4429

#874aaa color RGB value is (135,74,170).

#874aaa hex color red value is 135, green value is 74 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #874aaa hue: 0.77 , saturation: 0.39 and the lightness value of 874aaa is 0.48.

The process color (four color CMYK) of #874aaa color hex is 0.21, 0.56, 0.00, 0.33. Web safe color of #874aaa is #993399. Color #874aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 10101010
Octal 207 112 252
Decimal 135 74 170
Hex 87 4A AA

RGB Percentages of Color #874aaa

%35.62
%19.53
%44.85

CMYK Percentages of Color #874aaa

%21
%56
%0
%33

Triadic Colors of #874aaa

#874aaa #aa874a #4aaa87

Analogous Colors of #874aaa

#874aaa #aa4a9d #574aaa

Monochromatic Colors of #874aaa

#874aaa

Complementary Color

#874aaa #6daa4a

#874aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#874aaa Color CSS Codes

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

#874aaa Text Font Color

<p style="color:#874aaa">Text here</p>

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


#874aaa Background Color

<div style="background-color:#874aaa">
Div content here</div>

This div background color is #874aaa


#874aaa Border Color

<div style="border:3px solid #874aaa">
Div here</div>

This div border color is #874aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,74,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #874aaa;
  box-shadow:         1px 1px 3px 2px #874aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874aaa


Comments

No comments written yet.

Please login to write comment.