Color Hex Logo

#7684ba Color Hex

#7684BA
(118,132,186)
0 Favorites   0 Comments

Color spaces of #7684ba

RGB 118132186
HSL0.630.330.60
HSV228°37°73°
CMYK 0.370.290.00   0.27
XYZ24.585423.899349.7716
Yxy23.89930.25020.2432
Hunter Lab48.88694.2162-26.1421
CIE-Lab55.98688.2903-29.9497

#7684ba color RGB value is (118,132,186).

#7684ba hex color red value is 118, green value is 132 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7684ba hue: 0.63 , saturation: 0.33 and the lightness value of 7684ba is 0.60.

The process color (four color CMYK) of #7684ba color hex is 0.37, 0.29, 0.00, 0.27. Web safe color of #7684ba is #6699cc. Color #7684ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000100 10111010
Octal 166 204 272
Decimal 118 132 186
Hex 76 84 BA

RGB Percentages of Color #7684ba

%27.06
%30.28
%42.66

CMYK Percentages of Color #7684ba

%37
%29
%0
%27

Triadic Colors of #7684ba

#7684ba #ba7684 #84ba76

Analogous Colors of #7684ba

#7684ba #8a76ba #76a6ba

Monochromatic Colors of #7684ba

#7684ba

Complementary Color

#7684ba #baac76

#7684ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7684ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7684ba Color CSS Codes

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

#7684ba Text Font Color

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

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


#7684ba Background Color

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

This div background color is #7684ba


#7684ba Border Color

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

This div border color is #7684ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7684ba


Comments

No comments written yet.

Please login to write comment.