Color Hex Logo

#872373 Color Hex

#872373
(135,35,115)
0 Favorites   0 Comments

Color spaces of #872373

RGB 13535115
HSL0.870.590.33
HSV312°74°53°
CMYK 0.000.740.15   0.47
XYZ13.68727.590816.9634
Yxy7.59080.35790.1985
Hunter Lab27.551440.4616-17.2189
CIE-Lab33.115750.3712-22.9347

#872373 color RGB value is (135,35,115).

#872373 hex color red value is 135, green value is 35 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #872373 hue: 0.87 , saturation: 0.59 and the lightness value of 872373 is 0.33.

The process color (four color CMYK) of #872373 color hex is 0.00, 0.74, 0.15, 0.47. Web safe color of #872373 is #993366. Color #872373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100011 01110011
Octal 207 43 163
Decimal 135 35 115
Hex 87 23 73

RGB Percentages of Color #872373

%47.37
%12.28
%40.35

CMYK Percentages of Color #872373

%0
%74
%15
%47

Triadic Colors of #872373

#872373 #738723 #237387

Analogous Colors of #872373

#872373 #872341 #692387

Monochromatic Colors of #872373

#872373

Complementary Color

#872373 #238737

#872373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872373 Color CSS Codes

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

#872373 Text Font Color

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

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


#872373 Background Color

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

This div background color is #872373


#872373 Border Color

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

This div border color is #872373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872373


Comments

No comments written yet.

Please login to write comment.