Color Hex Logo

#874ab4 Color Hex

#874AB4
(135,74,180)
0 Favorites   0 Comments

Color spaces of #874ab4

RGB 13574180
HSL0.760.420.50
HSV275°59°71°
CMYK 0.250.590.00   0.29
XYZ20.678713.343744.6657
Yxy13.34370.26280.1696
Hunter Lab36.529037.1212-46.9262
CIE-Lab43.276645.2192-46.4044

#874ab4 color RGB value is (135,74,180).

#874ab4 hex color red value is 135, green value is 74 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #874ab4 hue: 0.76 , saturation: 0.42 and the lightness value of 874ab4 is 0.50.

The process color (four color CMYK) of #874ab4 color hex is 0.25, 0.59, 0.00, 0.29. Web safe color of #874ab4 is #9933cc. Color #874ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001010 10110100
Octal 207 112 264
Decimal 135 74 180
Hex 87 4A B4

RGB Percentages of Color #874ab4

%34.70
%19.02
%46.27

CMYK Percentages of Color #874ab4

%25
%59
%0
%29

Triadic Colors of #874ab4

#874ab4 #b4874a #4ab487

Analogous Colors of #874ab4

#874ab4 #b44aac #524ab4

Monochromatic Colors of #874ab4

#874ab4

Complementary Color

#874ab4 #77b44a

#874ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874ab4 Color CSS Codes

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

#874ab4 Text Font Color

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

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


#874ab4 Background Color

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

This div background color is #874ab4


#874ab4 Border Color

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

This div border color is #874ab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874ab4


Comments

No comments written yet.

Please login to write comment.