Color Hex Logo

#84769d Color Hex

#84769D
(132,118,157)
0 Favorites   0 Comments

Color spaces of #84769d

RGB 132118157
HSL0.730.170.54
HSV262°25°62°
CMYK 0.160.250.00   0.38
XYZ22.080020.296734.6522
Yxy20.29670.28660.2635
Hunter Lab45.05198.6424-14.0673
CIE-Lab52.171013.5261-19.0122

#84769d color RGB value is (132,118,157).

#84769d hex color red value is 132, green value is 118 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #84769d hue: 0.73 , saturation: 0.17 and the lightness value of 84769d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01110110 10011101
Octal 204 166 235
Decimal 132 118 157
Hex 84 76 9D

RGB Percentages of Color #84769d

%32.43
%28.99
%38.57

CMYK Percentages of Color #84769d

%16
%25
%0
%38

Triadic Colors of #84769d

#84769d #9d8476 #769d84

Analogous Colors of #84769d

#84769d #98769d #767c9d

Monochromatic Colors of #84769d

#84769d

Complementary Color

#84769d #8f9d76

#84769d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#84769d Color Preview on White Background

Lorem ipsum dolor sit amet.

#84769d Color CSS Codes

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

#84769d Text Font Color

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

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


#84769d Background Color

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

This div background color is #84769d


#84769d Border Color

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

This div border color is #84769d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,118,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 #84769d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #84769d


Comments

No comments written yet.

Please login to write comment.