Color Hex Logo

#7683ae Color Hex

#7683AE
(118,131,174)
0 Favorites   0 Comments

Color spaces of #7683ae

RGB 118131174
HSL0.630.260.57
HSV226°32°68°
CMYK 0.320.250.00   0.32
XYZ23.227523.140143.2867
Yxy23.14010.25910.2581
Hunter Lab48.10422.0080-19.6794
CIE-Lab55.21645.6347-24.2733

#7683ae color RGB value is (118,131,174).

#7683ae hex color red value is 118, green value is 131 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7683ae hue: 0.63 , saturation: 0.26 and the lightness value of 7683ae is 0.57.

The process color (four color CMYK) of #7683ae color hex is 0.32, 0.25, 0.00, 0.32. Web safe color of #7683ae is #669999. Color #7683ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10000011 10101110
Octal 166 203 256
Decimal 118 131 174
Hex 76 83 AE

RGB Percentages of Color #7683ae

%27.90
%30.97
%41.13

CMYK Percentages of Color #7683ae

%32
%25
%0
%32

Triadic Colors of #7683ae

#7683ae #ae7683 #83ae76

Analogous Colors of #7683ae

#7683ae #8576ae #769fae

Monochromatic Colors of #7683ae

#7683ae

Complementary Color

#7683ae #aea176

#7683ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7683ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7683ae Color CSS Codes

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

#7683ae Text Font Color

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

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


#7683ae Background Color

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

This div background color is #7683ae


#7683ae Border Color

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

This div border color is #7683ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,131,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7683ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7683ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7683ae;
  box-shadow:         1px 1px 3px 2px #7683ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7683ae


Comments

No comments written yet.

Please login to write comment.