Color Hex Logo

#872240 Color Hex

#872240
(135,34,64)
0 Favorites   0 Comments

Color spaces of #872240

RGB 1353464
HSL0.950.600.33
HSV342°75°53°
CMYK 0.000.750.53   0.47
XYZ11.48916.66515.5314
Yxy6.66510.48510.2814
Hunter Lab25.816934.25715.3686
CIE-Lab31.032044.49717.0175

#872240 color RGB value is (135,34,64).

#872240 hex color red value is 135, green value is 34 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #872240 hue: 0.95 , saturation: 0.60 and the lightness value of 872240 is 0.33.

The process color (four color CMYK) of #872240 color hex is 0.00, 0.75, 0.53, 0.47. Web safe color of #872240 is #993333. Color #872240 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100010 01000000
Octal 207 42 100
Decimal 135 34 64
Hex 87 22 40

RGB Percentages of Color #872240

%57.94
%14.59
%27.47

CMYK Percentages of Color #872240

%0
%75
%53
%47

Triadic Colors of #872240

#872240 #408722 #224087

Analogous Colors of #872240

#872240 #873722 #872273

Monochromatic Colors of #872240

#872240

Complementary Color

#872240 #228769

#872240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872240 Color CSS Codes

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

#872240 Text Font Color

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

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


#872240 Background Color

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

This div background color is #872240


#872240 Border Color

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

This div border color is #872240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872240


Comments

No comments written yet.

Please login to write comment.