Color Hex Logo

#7c8198 Color Hex

#7C8198
(124,129,152)
0 Favorites   0 Comments

Color spaces of #7c8198

RGB 124129152
HSL0.640.120.54
HSV229°18°60°
CMYK 0.180.150.00   0.40
XYZ21.829922.252632.8504
Yxy22.25260.28380.2892
Hunter Lab47.17270.0516-8.2679
CIE-Lab54.29403.2105-12.9430

#7c8198 color RGB value is (124,129,152).

#7c8198 hex color red value is 124, green value is 129 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #7c8198 hue: 0.64 , saturation: 0.12 and the lightness value of 7c8198 is 0.54.

The process color (four color CMYK) of #7c8198 color hex is 0.18, 0.15, 0.00, 0.40. Web safe color of #7c8198 is #669999. Color #7c8198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000001 10011000
Octal 174 201 230
Decimal 124 129 152
Hex 7C 81 98

RGB Percentages of Color #7c8198

%30.62
%31.85
%37.53

CMYK Percentages of Color #7c8198

%18
%15
%0
%40

Triadic Colors of #7c8198

#7c8198 #987c81 #81987c

Analogous Colors of #7c8198

#7c8198 #857c98 #7c8f98

Monochromatic Colors of #7c8198

#7c8198

Complementary Color

#7c8198 #98937c

#7c8198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8198 Color CSS Codes

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

#7c8198 Text Font Color

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

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


#7c8198 Background Color

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

This div background color is #7c8198


#7c8198 Border Color

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

This div border color is #7c8198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8198


Comments

No comments written yet.

Please login to write comment.