Color Hex Logo

#863377 Color Hex

#863377
(134,51,119)
0 Favorites   0 Comments

Color spaces of #863377

RGB 13451119
HSL0.860.450.36
HSV311°62°53°
CMYK 0.000.620.11   0.47
XYZ14.34518.767918.3891
Yxy8.76790.34560.2113
Hunter Lab29.610634.6571-16.0934
CIE-Lab35.533544.0832-21.7003

#863377 color RGB value is (134,51,119).

#863377 hex color red value is 134, green value is 51 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #863377 hue: 0.86 , saturation: 0.45 and the lightness value of 863377 is 0.36.

The process color (four color CMYK) of #863377 color hex is 0.00, 0.62, 0.11, 0.47. Web safe color of #863377 is #993366. Color #863377 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110011 01110111
Octal 206 63 167
Decimal 134 51 119
Hex 86 33 77

RGB Percentages of Color #863377

%44.08
%16.78
%39.14

CMYK Percentages of Color #863377

%0
%62
%11
%47

Triadic Colors of #863377

#863377 #778633 #337786

Analogous Colors of #863377

#863377 #86334e #6c3386

Monochromatic Colors of #863377

#863377

Complementary Color

#863377 #338642

#863377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863377 Color CSS Codes

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

#863377 Text Font Color

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

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


#863377 Background Color

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

This div background color is #863377


#863377 Border Color

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

This div border color is #863377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863377


Comments

No comments written yet.

Please login to write comment.