Color Hex Logo

#872334 Color Hex

#872334
(135,35,52)
0 Favorites   0 Comments

Color spaces of #872334

RGB 1353552
HSL0.970.590.33
HSV350°74°53°
CMYK 0.000.740.61   0.47
XYZ11.21256.60093.9319
Yxy6.60090.51560.3036
Hunter Lab25.692232.93898.9109
CIE-Lab30.880543.150014.7220

#872334 color RGB value is (135,35,52).

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

The process color (four color CMYK) of #872334 color hex is 0.00, 0.74, 0.61, 0.47. Web safe color of #872334 is #993333. Color #872334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100011 00110100
Octal 207 43 64
Decimal 135 35 52
Hex 87 23 34

RGB Percentages of Color #872334

%60.81
%15.77
%23.42

CMYK Percentages of Color #872334

%0
%74
%61
%47

Triadic Colors of #872334

#872334 #348723 #233487

Analogous Colors of #872334

#872334 #874423 #872366

Monochromatic Colors of #872334

#872334

Complementary Color

#872334 #238776

#872334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872334 Color CSS Codes

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

#872334 Text Font Color

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

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


#872334 Background Color

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

This div background color is #872334


#872334 Border Color

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

This div border color is #872334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872334


Comments

No comments written yet.

Please login to write comment.