Color Hex Logo

#86256c Color Hex

#86256C
(134,37,108)
0 Favorites   0 Comments

Color spaces of #86256c

RGB 13437108
HSL0.880.570.34
HSV316°72°53°
CMYK 0.000.720.19   0.47
XYZ13.19997.474214.9343
Yxy7.47420.37070.2099
Hunter Lab27.339038.3408-13.2507
CIE-Lab32.862948.3129-18.8962

#86256c color RGB value is (134,37,108).

#86256c hex color red value is 134, green value is 37 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #86256c hue: 0.88 , saturation: 0.57 and the lightness value of 86256c is 0.34.

The process color (four color CMYK) of #86256c color hex is 0.00, 0.72, 0.19, 0.47. Web safe color of #86256c is #993366. Color #86256c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100101 01101100
Octal 206 45 154
Decimal 134 37 108
Hex 86 25 6C

RGB Percentages of Color #86256c

%48.03
%13.26
%38.71

CMYK Percentages of Color #86256c

%0
%72
%19
%47

Triadic Colors of #86256c

#86256c #6c8625 #256c86

Analogous Colors of #86256c

#86256c #86253c #702586

Monochromatic Colors of #86256c

#86256c

Complementary Color

#86256c #25863f

#86256c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86256c Color Preview on White Background

Lorem ipsum dolor sit amet.

#86256c Color CSS Codes

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

#86256c Text Font Color

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

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


#86256c Background Color

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

This div background color is #86256c


#86256c Border Color

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

This div border color is #86256c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,37,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86256c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86256c;
  -webkit-box-shadow: 1px 1px 3px 2px #86256c;
  box-shadow:         1px 1px 3px 2px #86256c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86256c


Comments

No comments written yet.

Please login to write comment.