Color Hex Logo

#86187d Color Hex

#86187D
(134,24,125)
0 Favorites   0 Comments

Color spaces of #86187d

RGB 13424125
HSL0.850.700.31
HSV305°82°53°
CMYK 0.000.820.07   0.47
XYZ13.85987.202320.0617
Yxy7.20230.33700.1751
Hunter Lab26.837145.2199-25.5354
CIE-Lab32.263155.1434-30.5940

#86187d color RGB value is (134,24,125).

#86187d hex color red value is 134, green value is 24 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #86187d hue: 0.85 , saturation: 0.70 and the lightness value of 86187d is 0.31.

The process color (four color CMYK) of #86187d color hex is 0.00, 0.82, 0.07, 0.47. Web safe color of #86187d is #990066. Color #86187d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00011000 01111101
Octal 206 30 175
Decimal 134 24 125
Hex 86 18 7D

RGB Percentages of Color #86187d

%47.35
%8.48
%44.17

CMYK Percentages of Color #86187d

%0
%82
%7
%47

Triadic Colors of #86187d

#86187d #7d8618 #187d86

Analogous Colors of #86187d

#86187d #861846 #581886

Monochromatic Colors of #86187d

#86187d

Complementary Color

#86187d #188621

#86187d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86187d Color Preview on White Background

Lorem ipsum dolor sit amet.

#86187d Color CSS Codes

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

#86187d Text Font Color

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

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


#86187d Background Color

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

This div background color is #86187d


#86187d Border Color

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

This div border color is #86187d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86187d


Comments

No comments written yet.

Please login to write comment.