Color Hex Logo

#872355 Color Hex

#872355
(135,35,85)
0 Favorites   0 Comments

Color spaces of #872355

RGB 1353585
HSL0.920.590.33
HSV330°74°53°
CMYK 0.000.740.37   0.47
XYZ12.23247.00889.3025
Yxy7.00880.42850.2455
Hunter Lab26.474136.1463-2.3015
CIE-Lab31.826946.2911-5.6264

#872355 color RGB value is (135,35,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 00100011 01010101
Octal 207 43 125
Decimal 135 35 85
Hex 87 23 55

RGB Percentages of Color #872355

%52.94
%13.73
%33.33

CMYK Percentages of Color #872355

%0
%74
%37
%47

Triadic Colors of #872355

#872355 #558723 #235587

Analogous Colors of #872355

#872355 #872323 #872387

Monochromatic Colors of #872355

#872355

Complementary Color

#872355 #238755

#872355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#872355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#872355 Color CSS Codes

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

#872355 Text Font Color

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

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


#872355 Background Color

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

This div background color is #872355


#872355 Border Color

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

This div border color is #872355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #872355


Comments

No comments written yet.

Please login to write comment.