Color Hex Logo

#862727 Color Hex

#862727
(134,39,39)
0 Favorites   0 Comments

Color spaces of #862727

RGB 1343939
HSL0.000.550.34
HSV71°53°
CMYK 0.000.710.71   0.47
XYZ10.92326.66592.6304
Yxy6.66590.54020.3297
Hunter Lab25.818430.337212.0324
CIE-Lab31.033940.361523.2766

#862727 color RGB value is (134,39,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100111 00100111
Octal 206 47 47
Decimal 134 39 39
Hex 86 27 27

RGB Percentages of Color #862727

%63.21
%18.40
%18.40

CMYK Percentages of Color #862727

%0
%71
%71
%47

Triadic Colors of #862727

#862727 #278627 #272786

Analogous Colors of #862727

#862727 #865727 #862757

Monochromatic Colors of #862727

#862727

Complementary Color

#862727 #278686

#862727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862727 Color CSS Codes

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

#862727 Text Font Color

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

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


#862727 Background Color

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

This div background color is #862727


#862727 Border Color

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

This div border color is #862727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862727


Comments

No comments written yet.

Please login to write comment.