Color Hex Logo

#862771 Color Hex

#862771
(134,39,113)
0 Favorites   0 Comments

Color spaces of #862771

RGB 13439113
HSL0.870.550.34
HSV313°71°53°
CMYK 0.000.710.16   0.47
XYZ13.53777.711616.3978
Yxy7.71160.35960.2048
Hunter Lab27.769838.4213-15.5714
CIE-Lab33.374948.2964-21.2783

#862771 color RGB value is (134,39,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100111 01110001
Octal 206 47 161
Decimal 134 39 113
Hex 86 27 71

RGB Percentages of Color #862771

%46.85
%13.64
%39.51

CMYK Percentages of Color #862771

%0
%71
%16
%47

Triadic Colors of #862771

#862771 #718627 #277186

Analogous Colors of #862771

#862771 #862742 #6c2786

Monochromatic Colors of #862771

#862771

Complementary Color

#862771 #27863c

#862771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#862771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#862771 Color CSS Codes

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

#862771 Text Font Color

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

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


#862771 Background Color

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

This div background color is #862771


#862771 Border Color

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

This div border color is #862771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #862771


Comments

No comments written yet.

Please login to write comment.