Color Hex Logo

#863462 Color Hex

#863462
(134,52,98)
0 Favorites   0 Comments

Color spaces of #863462

RGB 1345298
HSL0.910.440.36
HSV326°61°53°
CMYK 0.000.610.27   0.47
XYZ13.26418.406212.4787
Yxy8.40620.38840.2462
Hunter Lab28.993430.9227-5.2228
CIE-Lab34.814940.3183-9.5359

#863462 color RGB value is (134,52,98).

#863462 hex color red value is 134, green value is 52 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #863462 hue: 0.91 , saturation: 0.44 and the lightness value of 863462 is 0.36.

The process color (four color CMYK) of #863462 color hex is 0.00, 0.61, 0.27, 0.47. Web safe color of #863462 is #993366. Color #863462 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 00110100 01100010
Octal 206 64 142
Decimal 134 52 98
Hex 86 34 62

RGB Percentages of Color #863462

%47.18
%18.31
%34.51

CMYK Percentages of Color #863462

%0
%61
%27
%47

Triadic Colors of #863462

#863462 #628634 #346286

Analogous Colors of #863462

#863462 #863439 #813486

Monochromatic Colors of #863462

#863462

Complementary Color

#863462 #348658

#863462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#863462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#863462 Color CSS Codes

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

#863462 Text Font Color

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

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


#863462 Background Color

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

This div background color is #863462


#863462 Border Color

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

This div border color is #863462


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #863462


Comments

No comments written yet.

Please login to write comment.