Color Hex Logo

#861427 Color Hex

#861427
(134,20,39)
0 Favorites   0 Comments

Color spaces of #861427

RGB 1342039
HSL0.970.740.30
HSV350°85°53°
CMYK 0.000.850.71   0.47
XYZ10.44795.71512.4719
Yxy5.71510.56070.3067
Hunter Lab23.906336.174910.6038
CIE-Lab28.682046.920620.4070

#861427 color RGB value is (134,20,39).

#861427 hex color red value is 134, green value is 20 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #861427 hue: 0.97 , saturation: 0.74 and the lightness value of 861427 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010100 00100111
Octal 206 24 47
Decimal 134 20 39
Hex 86 14 27

RGB Percentages of Color #861427

%69.43
%10.36
%20.21

CMYK Percentages of Color #861427

%0
%85
%71
%47

Triadic Colors of #861427

#861427 #278614 #142786

Analogous Colors of #861427

#861427 #863a14 #861460

Monochromatic Colors of #861427

#861427

Complementary Color

#861427 #148673

#861427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#861427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#861427 Color CSS Codes

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

#861427 Text Font Color

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

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


#861427 Background Color

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

This div background color is #861427


#861427 Border Color

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

This div border color is #861427


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,20,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 #861427">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #861427


Comments

No comments written yet.

Please login to write comment.