Color Hex Logo

#873267 Color Hex

#873267
(135,50,103)
0 Favorites   0 Comments

Color spaces of #873267

RGB 13550103
HSL0.900.460.36
HSV323°63°53°
CMYK 0.000.630.24   0.47
XYZ13.58058.411413.7398
Yxy8.41140.38010.2354
Hunter Lab29.002432.8291-7.7868
CIE-Lab34.825442.3191-12.6860

#873267 color RGB value is (135,50,103).

#873267 hex color red value is 135, green value is 50 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #873267 hue: 0.90 , saturation: 0.46 and the lightness value of 873267 is 0.36.

The process color (four color CMYK) of #873267 color hex is 0.00, 0.63, 0.24, 0.47. Web safe color of #873267 is #993366. Color #873267 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00110010 01100111
Octal 207 62 147
Decimal 135 50 103
Hex 87 32 67

RGB Percentages of Color #873267

%46.88
%17.36
%35.76

CMYK Percentages of Color #873267

%0
%63
%24
%47

Triadic Colors of #873267

#873267 #678732 #326787

Analogous Colors of #873267

#873267 #87323c #7d3287

Monochromatic Colors of #873267

#873267

Complementary Color

#873267 #328752

#873267 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#873267 Color Preview on White Background

Lorem ipsum dolor sit amet.

#873267 Color CSS Codes

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

#873267 Text Font Color

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

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


#873267 Background Color

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

This div background color is #873267


#873267 Border Color

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

This div border color is #873267


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #873267


Comments

No comments written yet.

Please login to write comment.