Color Hex Logo

#86367b Color Hex

#86367B
(134,54,123)
0 Favorites   0 Comments

Color spaces of #86367b

RGB 13454123
HSL0.860.430.37
HSV308°60°53°
CMYK 0.000.600.08   0.47
XYZ14.72589.136719.7263
Yxy9.13670.33780.2096
Hunter Lab30.227034.0634-17.5341
CIE-Lab36.246243.3459-23.0888

#86367b color RGB value is (134,54,123).

#86367b hex color red value is 134, green value is 54 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #86367b hue: 0.86 , saturation: 0.43 and the lightness value of 86367b is 0.37.

The process color (four color CMYK) of #86367b color hex is 0.00, 0.60, 0.08, 0.47. Web safe color of #86367b is #993366. Color #86367b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110110 01111011
Octal 206 66 173
Decimal 134 54 123
Hex 86 36 7B

RGB Percentages of Color #86367b

%43.09
%17.36
%39.55

CMYK Percentages of Color #86367b

%0
%60
%8
%47

Triadic Colors of #86367b

#86367b #7b8636 #367b86

Analogous Colors of #86367b

#86367b #863653 #693686

Monochromatic Colors of #86367b

#86367b

Complementary Color

#86367b #368641

#86367b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86367b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86367b Color CSS Codes

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

#86367b Text Font Color

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

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


#86367b Background Color

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

This div background color is #86367b


#86367b Border Color

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

This div border color is #86367b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,54,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86367b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86367b;
  -webkit-box-shadow: 1px 1px 3px 2px #86367b;
  box-shadow:         1px 1px 3px 2px #86367b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86367b


Comments

No comments written yet.

Please login to write comment.