Color Hex Logo

#874365 Color Hex

#874365
(135,67,101)
0 Favorites   0 Comments

Color spaces of #874365

RGB 13567101
HSL0.920.340.40
HSV330°50°53°
CMYK 0.000.500.25   0.47
XYZ14.347810.104813.5061
Yxy10.10480.37800.2662
Hunter Lab31.788024.9384-2.9395
CIE-Lab38.029933.3398-6.5890

#874365 color RGB value is (135,67,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01000011 01100101
Octal 207 103 145
Decimal 135 67 101
Hex 87 43 65

RGB Percentages of Color #874365

%44.55
%22.11
%33.33

CMYK Percentages of Color #874365

%0
%50
%25
%47

Triadic Colors of #874365

#874365 #658743 #436587

Analogous Colors of #874365

#874365 #874343 #874387

Monochromatic Colors of #874365

#874365

Complementary Color

#874365 #438765

#874365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#874365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#874365 Color CSS Codes

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

#874365 Text Font Color

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

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


#874365 Background Color

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

This div background color is #874365


#874365 Border Color

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

This div border color is #874365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #874365


Comments

No comments written yet.

Please login to write comment.