Color Hex Logo

#860067 Color Hex

#860067
(134,0,103)
0 Favorites   0 Comments

Color spaces of #860067

RGB 1340103
HSL0.871.000.26
HSV314°100°53°
CMYK 0.001.000.23   0.47
XYZ12.27976.047613.3521
Yxy6.04760.38760.1909
Hunter Lab24.591946.0964-14.9771
CIE-Lab29.532256.5070-20.8596

#860067 color RGB value is (134,0,103).

#860067 hex color red value is 134, green value is 0 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #860067 hue: 0.87 , saturation: 1.00 and the lightness value of 860067 is 0.26.

The process color (four color CMYK) of #860067 color hex is 0.00, 1.00, 0.23, 0.47. Web safe color of #860067 is #990066. Color #860067 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000000 01100111
Octal 206 0 147
Decimal 134 0 103
Hex 86 0 67

RGB Percentages of Color #860067

%56.54
%0.00
%43.46

CMYK Percentages of Color #860067

%0
%100
%23
%47

Triadic Colors of #860067

#860067 #678600 #006786

Analogous Colors of #860067

#860067 #860024 #620086

Monochromatic Colors of #860067

#860067

Complementary Color

#860067 #00861f

#860067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860067 Color CSS Codes

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

#860067 Text Font Color

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

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


#860067 Background Color

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

This div background color is #860067


#860067 Border Color

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

This div border color is #860067


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,0,103, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #860067; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #860067;
  -webkit-box-shadow: 1px 1px 3px 2px #860067;
  box-shadow:         1px 1px 3px 2px #860067; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860067


Comments

No comments written yet.

Please login to write comment.