Color Hex Logo

#863066 Color Hex

#863066
(134,48,102)
0 Favorites   0 Comments

Color spaces of #863066

RGB 13448102
HSL0.900.470.36
HSV322°64°53°
CMYK 0.000.640.24   0.47
XYZ13.28678.141513.4416
Yxy8.14150.38100.2335
Hunter Lab28.533333.1862-7.9573
CIE-Lab34.275942.7891-12.9024

#863066 color RGB value is (134,48,102).

#863066 hex color red value is 134, green value is 48 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #863066 hue: 0.90 , saturation: 0.47 and the lightness value of 863066 is 0.36.

The process color (four color CMYK) of #863066 color hex is 0.00, 0.64, 0.24, 0.47. Web safe color of #863066 is #993366. Color #863066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110000 01100110
Octal 206 60 146
Decimal 134 48 102
Hex 86 30 66

RGB Percentages of Color #863066

%47.18
%16.90
%35.92

CMYK Percentages of Color #863066

%0
%64
%24
%47

Triadic Colors of #863066

#863066 #668630 #306686

Analogous Colors of #863066

#863066 #86303b #7b3086

Monochromatic Colors of #863066

#863066

Complementary Color

#863066 #308650

#863066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863066 Color CSS Codes

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

#863066 Text Font Color

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

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


#863066 Background Color

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

This div background color is #863066


#863066 Border Color

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

This div border color is #863066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863066


Comments

No comments written yet.

Please login to write comment.