Color Hex Logo

#86315d Color Hex

#86315D
(134,49,93)
0 Favorites   0 Comments

Color spaces of #86315d

RGB 1344993
HSL0.910.460.36
HSV329°63°53°
CMYK 0.000.630.31   0.47
XYZ12.90568.055311.2305
Yxy8.05530.40090.2502
Hunter Lab28.381931.4980-3.5933
CIE-Lab34.097841.0515-7.4188

#86315d color RGB value is (134,49,93).

#86315d hex color red value is 134, green value is 49 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #86315d hue: 0.91 , saturation: 0.46 and the lightness value of 86315d is 0.36.

The process color (four color CMYK) of #86315d color hex is 0.00, 0.63, 0.31, 0.47. Web safe color of #86315d is #993366. Color #86315d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110001 01011101
Octal 206 61 135
Decimal 134 49 93
Hex 86 31 5D

RGB Percentages of Color #86315d

%48.55
%17.75
%33.70

CMYK Percentages of Color #86315d

%0
%63
%31
%47

Triadic Colors of #86315d

#86315d #5d8631 #315d86

Analogous Colors of #86315d

#86315d #863132 #853186

Monochromatic Colors of #86315d

#86315d

Complementary Color

#86315d #31865a

#86315d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86315d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86315d Color CSS Codes

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

#86315d Text Font Color

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

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


#86315d Background Color

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

This div background color is #86315d


#86315d Border Color

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

This div border color is #86315d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86315d


Comments

No comments written yet.

Please login to write comment.