Color Hex Logo

#861242 Color Hex

#861242
(134,18,66)
0 Favorites   0 Comments

Color spaces of #861242

RGB 1341866
HSL0.930.760.30
HSV335°87°53°
CMYK 0.000.870.51   0.47
XYZ11.03125.89435.7106
Yxy5.89430.48730.2604
Hunter Lab24.278238.61773.0488
CIE-Lab29.144249.30522.9713

#861242 color RGB value is (134,18,66).

#861242 hex color red value is 134, green value is 18 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #861242 hue: 0.93 , saturation: 0.76 and the lightness value of 861242 is 0.30.

The process color (four color CMYK) of #861242 color hex is 0.00, 0.87, 0.51, 0.47. Web safe color of #861242 is #990033. Color #861242 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010010 01000010
Octal 206 22 102
Decimal 134 18 66
Hex 86 12 42

RGB Percentages of Color #861242

%61.47
%8.26
%30.28

CMYK Percentages of Color #861242

%0
%87
%51
%47

Triadic Colors of #861242

#861242 #428612 #124286

Analogous Colors of #861242

#861242 #861c12 #86127c

Monochromatic Colors of #861242

#861242

Complementary Color

#861242 #128656

#861242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861242 Color CSS Codes

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

#861242 Text Font Color

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

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


#861242 Background Color

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

This div background color is #861242


#861242 Border Color

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

This div border color is #861242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861242


Comments

No comments written yet.

Please login to write comment.