Color Hex Logo

#7c82aa Color Hex

#7C82AA
(124,130,170)
0 Favorites   0 Comments

Color spaces of #7c82aa

RGB 124130170
HSL0.640.210.58
HSV232°27°67°
CMYK 0.270.240.00   0.33
XYZ23.550523.152641.2579
Yxy23.15260.26770.2632
Hunter Lab48.11713.1602-17.1560
CIE-Lab55.22927.0218-21.9168

#7c82aa color RGB value is (124,130,170).

#7c82aa hex color red value is 124, green value is 130 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7c82aa hue: 0.64 , saturation: 0.21 and the lightness value of 7c82aa is 0.58.

The process color (four color CMYK) of #7c82aa color hex is 0.27, 0.24, 0.00, 0.33. Web safe color of #7c82aa is #669999. Color #7c82aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000010 10101010
Octal 174 202 252
Decimal 124 130 170
Hex 7C 82 AA

RGB Percentages of Color #7c82aa

%29.25
%30.66
%40.09

CMYK Percentages of Color #7c82aa

%27
%24
%0
%33

Triadic Colors of #7c82aa

#7c82aa #aa7c82 #82aa7c

Analogous Colors of #7c82aa

#7c82aa #8d7caa #7c99aa

Monochromatic Colors of #7c82aa

#7c82aa

Complementary Color

#7c82aa #aaa47c

#7c82aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c82aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c82aa Color CSS Codes

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

#7c82aa Text Font Color

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

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


#7c82aa Background Color

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

This div background color is #7c82aa


#7c82aa Border Color

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

This div border color is #7c82aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,130,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c82aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c82aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7c82aa;
  box-shadow:         1px 1px 3px 2px #7c82aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,130,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c82aa


Comments

No comments written yet.

Please login to write comment.