Color Hex Logo

#86256f Color Hex

#86256F
(134,37,111)
0 Favorites   0 Comments

Color spaces of #86256f

RGB 13437111
HSL0.870.570.34
HSV314°72°53°
CMYK 0.000.720.17   0.47
XYZ13.36237.539215.7899
Yxy7.53920.36420.2055
Hunter Lab27.457638.8166-14.8753
CIE-Lab33.004248.7617-20.5859

#86256f color RGB value is (134,37,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00100101 01101111
Octal 206 45 157
Decimal 134 37 111
Hex 86 25 6F

RGB Percentages of Color #86256f

%47.52
%13.12
%39.36

CMYK Percentages of Color #86256f

%0
%72
%17
%47

Triadic Colors of #86256f

#86256f #6f8625 #256f86

Analogous Colors of #86256f

#86256f #86253f #6d2586

Monochromatic Colors of #86256f

#86256f

Complementary Color

#86256f #25863c

#86256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#86256f Color CSS Codes

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

#86256f Text Font Color

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

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


#86256f Background Color

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

This div background color is #86256f


#86256f Border Color

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

This div border color is #86256f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86256f


Comments

No comments written yet.

Please login to write comment.