Color Hex Logo

#874974 Color Hex

#874974
(135,73,116)
0 Favorites   0 Comments

Color spaces of #874974

RGB 13573116
HSL0.880.300.41
HSV318°46°53°
CMYK 0.000.460.14   0.47
XYZ15.526611.176917.8620
Yxy11.17690.34840.2508
Hunter Lab33.431924.3941-8.2752
CIE-Lab39.876832.4787-13.1453

#874974 color RGB value is (135,73,116).

#874974 hex color red value is 135, green value is 73 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #874974 hue: 0.88 , saturation: 0.30 and the lightness value of 874974 is 0.41.

The process color (four color CMYK) of #874974 color hex is 0.00, 0.46, 0.14, 0.47. Web safe color of #874974 is #993366. Color #874974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01001001 01110100
Octal 207 111 164
Decimal 135 73 116
Hex 87 49 74

RGB Percentages of Color #874974

%41.67
%22.53
%35.80

CMYK Percentages of Color #874974

%0
%46
%14
%47

Triadic Colors of #874974

#874974 #748749 #497487

Analogous Colors of #874974

#874974 #874955 #7b4987

Monochromatic Colors of #874974

#874974

Complementary Color

#874974 #49875c

#874974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874974 Color CSS Codes

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

#874974 Text Font Color

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

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


#874974 Background Color

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

This div background color is #874974


#874974 Border Color

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

This div border color is #874974


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,73,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #874974; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #874974;
  -webkit-box-shadow: 1px 1px 3px 2px #874974;
  box-shadow:         1px 1px 3px 2px #874974; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874974


Comments

No comments written yet.

Please login to write comment.