Color Hex Logo

#6c5072 Color Hex

#6C5072
(108,80,114)
0 Favorites   0 Comments

Color spaces of #6c5072

RGB 10880114
HSL0.800.180.38
HSV289°30°45°
CMYK 0.050.300.00   0.55
XYZ12.090310.140417.2396
Yxy10.14040.30630.2569
Hunter Lab31.844012.0446-9.8074
CIE-Lab38.093218.2998-14.9337

#6c5072 color RGB value is (108,80,114).

#6c5072 hex color red value is 108, green value is 80 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #6c5072 hue: 0.80 , saturation: 0.18 and the lightness value of 6c5072 is 0.38.

The process color (four color CMYK) of #6c5072 color hex is 0.05, 0.30, 0.00, 0.55. Web safe color of #6c5072 is #666666. Color #6c5072 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 01010000 01110010
Octal 154 120 162
Decimal 108 80 114
Hex 6C 50 72

RGB Percentages of Color #6c5072

%35.76
%26.49
%37.75

CMYK Percentages of Color #6c5072

%5
%30
%0
%55

Triadic Colors of #6c5072

#6c5072 #726c50 #50726c

Analogous Colors of #6c5072

#6c5072 #725067 #5b5072

Monochromatic Colors of #6c5072

#6c5072

Complementary Color

#6c5072 #567250

#6c5072 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6c5072 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6c5072 Color CSS Codes

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

#6c5072 Text Font Color

<p style="color:#6c5072">Text here</p>

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


#6c5072 Background Color

<div style="background-color:#6c5072">
Div content here</div>

This div background color is #6c5072


#6c5072 Border Color

<div style="border:3px solid #6c5072">
Div here</div>

This div border color is #6c5072


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,80,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6c5072; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6c5072;
  -webkit-box-shadow: 1px 1px 3px 2px #6c5072;
  box-shadow:         1px 1px 3px 2px #6c5072; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,80,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6c5072


Comments

No comments written yet.

Please login to write comment.