Color Hex Logo

#872750 Color Hex

#872750
(135,39,80)
0 Favorites   0 Comments

Color spaces of #872750

RGB 1353980
HSL0.930.550.34
HSV334°71°53°
CMYK 0.000.710.41   0.47
XYZ12.16527.18118.3343
Yxy7.18110.43950.2594
Hunter Lab26.797634.13730.3185
CIE-Lab32.215744.1524-1.7875

#872750 color RGB value is (135,39,80).

#872750 hex color red value is 135, green value is 39 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #872750 hue: 0.93 , saturation: 0.55 and the lightness value of 872750 is 0.34.

The process color (four color CMYK) of #872750 color hex is 0.00, 0.71, 0.41, 0.47. Web safe color of #872750 is #993366. Color #872750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100111 01010000
Octal 207 47 120
Decimal 135 39 80
Hex 87 27 50

RGB Percentages of Color #872750

%53.15
%15.35
%31.50

CMYK Percentages of Color #872750

%0
%71
%41
%47

Triadic Colors of #872750

#872750 #508727 #275087

Analogous Colors of #872750

#872750 #872e27 #872780

Monochromatic Colors of #872750

#872750

Complementary Color

#872750 #27875e

#872750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872750 Color CSS Codes

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

#872750 Text Font Color

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

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


#872750 Background Color

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

This div background color is #872750


#872750 Border Color

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

This div border color is #872750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872750


Comments

No comments written yet.

Please login to write comment.