Color Hex Logo

#860069 Color Hex

#860069
(134,0,105)
0 Favorites   0 Comments

Color spaces of #860069

RGB 1340105
HSL0.871.000.26
HSV313°100°53°
CMYK 0.001.000.22   0.47
XYZ12.38136.088313.8872
Yxy6.08830.38260.1882
Hunter Lab24.674546.3884-16.0972
CIE-Lab29.634256.7629-21.9939

#860069 color RGB value is (134,0,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 00000000 01101001
Octal 206 0 151
Decimal 134 0 105
Hex 86 0 69

RGB Percentages of Color #860069

%56.07
%0.00
%43.93

CMYK Percentages of Color #860069

%0
%100
%22
%47

Triadic Colors of #860069

#860069 #698600 #006986

Analogous Colors of #860069

#860069 #860026 #600086

Monochromatic Colors of #860069

#860069

Complementary Color

#860069 #00861d

#860069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#860069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#860069 Color CSS Codes

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

#860069 Text Font Color

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

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


#860069 Background Color

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

This div background color is #860069


#860069 Border Color

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

This div border color is #860069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #860069


Comments

No comments written yet.

Please login to write comment.