Color Hex Logo

#871946 Color Hex

#871946
(135,25,70)
0 Favorites   0 Comments

Color spaces of #871946

RGB 1352570
HSL0.930.690.31
HSV335°81°53°
CMYK 0.000.810.48   0.47
XYZ11.44486.28846.4049
Yxy6.28840.47410.2605
Hunter Lab25.076737.58182.4103
CIE-Lab30.128748.07251.7500

#871946 color RGB value is (135,25,70).

#871946 hex color red value is 135, green value is 25 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #871946 hue: 0.93 , saturation: 0.69 and the lightness value of 871946 is 0.31.

The process color (four color CMYK) of #871946 color hex is 0.00, 0.81, 0.48, 0.47. Web safe color of #871946 is #990033. Color #871946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 00011001 01000110
Octal 207 31 106
Decimal 135 25 70
Hex 87 19 46

RGB Percentages of Color #871946

%58.70
%10.87
%30.43

CMYK Percentages of Color #871946

%0
%81
%48
%47

Triadic Colors of #871946

#871946 #468719 #194687

Analogous Colors of #871946

#871946 #872319 #87197d

Monochromatic Colors of #871946

#871946

Complementary Color

#871946 #19875a

#871946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#871946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#871946 Color CSS Codes

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

#871946 Text Font Color

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

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


#871946 Background Color

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

This div background color is #871946


#871946 Border Color

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

This div border color is #871946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #871946


Comments

No comments written yet.

Please login to write comment.