Color Hex Logo

#874369 Color Hex

#874369
(135,67,105)
0 Favorites   0 Comments

Color spaces of #874369

RGB 13567105
HSL0.910.340.40
HSV326°50°53°
CMYK 0.000.500.22   0.47
XYZ14.548610.185114.5637
Yxy10.18510.37020.2592
Hunter Lab31.914125.5227-4.7166
CIE-Lab38.172633.9607-8.8813

#874369 color RGB value is (135,67,105).

#874369 hex color red value is 135, green value is 67 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #874369 hue: 0.91 , saturation: 0.34 and the lightness value of 874369 is 0.40.

The process color (four color CMYK) of #874369 color hex is 0.00, 0.50, 0.22, 0.47. Web safe color of #874369 is #993366. Color #874369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000011 01101001
Octal 207 103 151
Decimal 135 67 105
Hex 87 43 69

RGB Percentages of Color #874369

%43.97
%21.82
%34.20

CMYK Percentages of Color #874369

%0
%50
%22
%47

Triadic Colors of #874369

#874369 #698743 #436987

Analogous Colors of #874369

#874369 #874347 #834387

Monochromatic Colors of #874369

#874369

Complementary Color

#874369 #438761

#874369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874369 Color CSS Codes

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

#874369 Text Font Color

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

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


#874369 Background Color

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

This div background color is #874369


#874369 Border Color

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

This div border color is #874369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874369


Comments

No comments written yet.

Please login to write comment.