Color Hex Logo

#874faa Color Hex

#874FAA
(135,79,170)
0 Favorites   0 Comments

Color spaces of #874faa

RGB 13579170
HSL0.770.370.49
HSV277°54°67°
CMYK 0.210.540.00   0.33
XYZ20.043413.645139.6076
Yxy13.64510.27350.1862
Hunter Lab36.939332.2111-37.7153
CIE-Lab43.719640.1980-39.8049

#874faa color RGB value is (135,79,170).

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

The process color (four color CMYK) of #874faa color hex is 0.21, 0.54, 0.00, 0.33. Web safe color of #874faa is #996699. Color #874faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001111 10101010
Octal 207 117 252
Decimal 135 79 170
Hex 87 4F AA

RGB Percentages of Color #874faa

%35.16
%20.57
%44.27

CMYK Percentages of Color #874faa

%21
%54
%0
%33

Triadic Colors of #874faa

#874faa #aa874f #4faa87

Analogous Colors of #874faa

#874faa #aa4fa0 #5a4faa

Monochromatic Colors of #874faa

#874faa

Complementary Color

#874faa #72aa4f

#874faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#874faa Color CSS Codes

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

#874faa Text Font Color

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

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


#874faa Background Color

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

This div background color is #874faa


#874faa Border Color

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

This div border color is #874faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874faa


Comments

No comments written yet.

Please login to write comment.