Color Hex Logo

#84699d Color Hex

#84699D
(132,105,157)
0 Favorites   0 Comments

Color spaces of #84699d

RGB 132105157
HSL0.750.210.51
HSV271°33°62°
CMYK 0.160.330.00   0.38
XYZ20.653117.443034.1766
Yxy17.44300.28580.2413
Hunter Lab41.764815.1815-19.2823
CIE-Lab48.813421.2294-24.1736

#84699d color RGB value is (132,105,157).

#84699d hex color red value is 132, green value is 105 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84699d hue: 0.75 , saturation: 0.21 and the lightness value of 84699d is 0.51.

The process color (four color CMYK) of #84699d color hex is 0.16, 0.33, 0.00, 0.38. Web safe color of #84699d is #996699. Color #84699d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101001 10011101
Octal 204 151 235
Decimal 132 105 157
Hex 84 69 9D

RGB Percentages of Color #84699d

%33.50
%26.65
%39.85

CMYK Percentages of Color #84699d

%16
%33
%0
%38

Triadic Colors of #84699d

#84699d #9d8469 #699d84

Analogous Colors of #84699d

#84699d #9d699c #6a699d

Monochromatic Colors of #84699d

#84699d

Complementary Color

#84699d #829d69

#84699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84699d Color CSS Codes

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

#84699d Text Font Color

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

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


#84699d Background Color

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

This div background color is #84699d


#84699d Border Color

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

This div border color is #84699d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,105,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #84699d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #84699d;
  -webkit-box-shadow: 1px 1px 3px 2px #84699d;
  box-shadow:         1px 1px 3px 2px #84699d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84699d


Comments

No comments written yet.

Please login to write comment.