Color Hex Logo

#862441 Color Hex

#862441
(134,36,65)
0 Favorites   0 Comments

Color spaces of #862441

RGB 1343665
HSL0.950.580.33
HSV342°73°53°
CMYK 0.000.730.51   0.47
XYZ11.41656.71175.6948
Yxy6.71170.47920.2817
Hunter Lab25.906933.32305.1019
CIE-Lab31.141443.50396.4838

#862441 color RGB value is (134,36,65).

#862441 hex color red value is 134, green value is 36 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #862441 hue: 0.95 , saturation: 0.58 and the lightness value of 862441 is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100100 01000001
Octal 206 44 101
Decimal 134 36 65
Hex 86 24 41

RGB Percentages of Color #862441

%57.02
%15.32
%27.66

CMYK Percentages of Color #862441

%0
%73
%51
%47

Triadic Colors of #862441

#862441 #418624 #244186

Analogous Colors of #862441

#862441 #863824 #862472

Monochromatic Colors of #862441

#862441

Complementary Color

#862441 #248669

#862441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862441 Color CSS Codes

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

#862441 Text Font Color

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

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


#862441 Background Color

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

This div background color is #862441


#862441 Border Color

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

This div border color is #862441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862441


Comments

No comments written yet.

Please login to write comment.