Color Hex Logo

#863384 Color Hex

#863384
(134,51,132)
0 Favorites   0 Comments

Color spaces of #863384

RGB 13451132
HSL0.840.450.36
HSV301°62°53°
CMYK 0.000.620.01   0.47
XYZ15.18029.101922.7866
Yxy9.10190.32250.1934
Hunter Lab30.169437.0188-23.6626
CIE-Lab36.179846.3664-28.7766

#863384 color RGB value is (134,51,132).

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

The process color (four color CMYK) of #863384 color hex is 0.00, 0.62, 0.01, 0.47. Web safe color of #863384 is #993399. Color #863384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110011 10000100
Octal 206 63 204
Decimal 134 51 132
Hex 86 33 84

RGB Percentages of Color #863384

%42.27
%16.09
%41.64

CMYK Percentages of Color #863384

%0
%62
%1
%47

Triadic Colors of #863384

#863384 #848633 #338486

Analogous Colors of #863384

#863384 #86335b #5f3386

Monochromatic Colors of #863384

#863384

Complementary Color

#863384 #338635

#863384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863384 Color CSS Codes

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

#863384 Text Font Color

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

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


#863384 Background Color

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

This div background color is #863384


#863384 Border Color

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

This div border color is #863384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863384


Comments

No comments written yet.

Please login to write comment.