Color Hex Logo

#86127a Color Hex

#86127A
(134,18,122)
0 Favorites   0 Comments

Color spaces of #86127a

RGB 13418122
HSL0.850.760.30
HSV306°87°53°
CMYK 0.000.870.09   0.47
XYZ13.56076.906119.0306
Yxy6.90610.34330.1748
Hunter Lab26.279546.1203-24.5400
CIE-Lab31.592256.1283-29.7666

#86127a color RGB value is (134,18,122).

#86127a hex color red value is 134, green value is 18 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #86127a hue: 0.85 , saturation: 0.76 and the lightness value of 86127a is 0.30.

The process color (four color CMYK) of #86127a color hex is 0.00, 0.87, 0.09, 0.47. Web safe color of #86127a is #990066. Color #86127a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00010010 01111010
Octal 206 22 172
Decimal 134 18 122
Hex 86 12 7A

RGB Percentages of Color #86127a

%48.91
%6.57
%44.53

CMYK Percentages of Color #86127a

%0
%87
%9
%47

Triadic Colors of #86127a

#86127a #7a8612 #127a86

Analogous Colors of #86127a

#86127a #861240 #581286

Monochromatic Colors of #86127a

#86127a

Complementary Color

#86127a #12861e

#86127a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86127a Color Preview on White Background

Lorem ipsum dolor sit amet.

#86127a Color CSS Codes

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

#86127a Text Font Color

<p style="color:#86127a">Text here</p>

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


#86127a Background Color

<div style="background-color:#86127a">
Div content here</div>

This div background color is #86127a


#86127a Border Color

<div style="border:3px solid #86127a">
Div here</div>

This div border color is #86127a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,18,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86127a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86127a;
  -webkit-box-shadow: 1px 1px 3px 2px #86127a;
  box-shadow:         1px 1px 3px 2px #86127a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86127a


Comments

No comments written yet.

Please login to write comment.