Color Hex Logo

#6e576c Color Hex

#6E576C
(110,87,108)
0 Favorites   0 Comments

Color spaces of #6e576c

RGB 11087108
HSL0.850.120.39
HSV305°21°43°
CMYK 0.000.210.02   0.57
XYZ12.545411.214115.6907
Yxy11.21410.31800.2843
Hunter Lab33.48758.2684-4.3394
CIE-Lab39.938813.4614-8.4093

#6e576c color RGB value is (110,87,108).

#6e576c hex color red value is 110, green value is 87 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #6e576c hue: 0.85 , saturation: 0.12 and the lightness value of 6e576c is 0.39.

The process color (four color CMYK) of #6e576c color hex is 0.00, 0.21, 0.02, 0.57. Web safe color of #6e576c is #666666. Color #6e576c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 01010111 01101100
Octal 156 127 154
Decimal 110 87 108
Hex 6E 57 6C

RGB Percentages of Color #6e576c

%36.07
%28.52
%35.41

CMYK Percentages of Color #6e576c

%0
%21
%2
%57

Triadic Colors of #6e576c

#6e576c #6c6e57 #576c6e

Analogous Colors of #6e576c

#6e576c #6e5761 #65576e

Monochromatic Colors of #6e576c

#6e576c

Complementary Color

#6e576c #576e59

#6e576c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6e576c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6e576c Color CSS Codes

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

#6e576c Text Font Color

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

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


#6e576c Background Color

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

This div background color is #6e576c


#6e576c Border Color

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

This div border color is #6e576c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6e576c


Comments

No comments written yet.

Please login to write comment.