Color Hex Logo

#86424d Color Hex

#86424D
(134,66,77)
0 Favorites   0 Comments

Color spaces of #86424d

RGB 1346677
HSL0.970.340.39
HSV350°51°53°
CMYK 0.000.510.43   0.47
XYZ13.11939.50068.1635
Yxy9.50060.42620.3086
Hunter Lab30.823022.03515.8731
CIE-Lab36.930830.25106.9261

#86424d color RGB value is (134,66,77).

#86424d hex color red value is 134, green value is 66 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #86424d hue: 0.97 , saturation: 0.34 and the lightness value of 86424d is 0.39.

The process color (four color CMYK) of #86424d color hex is 0.00, 0.51, 0.43, 0.47. Web safe color of #86424d is #993366. Color #86424d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01000010 01001101
Octal 206 102 115
Decimal 134 66 77
Hex 86 42 4D

RGB Percentages of Color #86424d

%48.38
%23.83
%27.80

CMYK Percentages of Color #86424d

%0
%51
%43
%47

Triadic Colors of #86424d

#86424d #4d8642 #424d86

Analogous Colors of #86424d

#86424d #865942 #86426f

Monochromatic Colors of #86424d

#86424d

Complementary Color

#86424d #42867b

#86424d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86424d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86424d Color CSS Codes

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

#86424d Text Font Color

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

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


#86424d Background Color

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

This div background color is #86424d


#86424d Border Color

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

This div border color is #86424d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86424d


Comments

No comments written yet.

Please login to write comment.