Color Hex Logo

#6d2057 Color Hex

#6D2057
(109,32,87)
0 Favorites   0 Comments

Color spaces of #6d2057

RGB 1093287
HSL0.880.550.28
HSV317°71°43°
CMYK 0.000.710.20   0.57
XYZ8.54354.97249.5263
Yxy4.97240.37080.2158
Hunter Lab22.298929.3667-9.7201
CIE-Lab26.656040.1145-15.2426

#6d2057 color RGB value is (109,32,87).

#6d2057 hex color red value is 109, green value is 32 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #6d2057 hue: 0.88 , saturation: 0.55 and the lightness value of 6d2057 is 0.28.

The process color (four color CMYK) of #6d2057 color hex is 0.00, 0.71, 0.20, 0.57. Web safe color of #6d2057 is #663366. Color #6d2057 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 00100000 01010111
Octal 155 40 127
Decimal 109 32 87
Hex 6D 20 57

RGB Percentages of Color #6d2057

%47.81
%14.04
%38.16

CMYK Percentages of Color #6d2057

%0
%71
%20
%57

Triadic Colors of #6d2057

#6d2057 #576d20 #20576d

Analogous Colors of #6d2057

#6d2057 #6d2031 #5d206d

Monochromatic Colors of #6d2057

#6d2057

Complementary Color

#6d2057 #206d36

#6d2057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6d2057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6d2057 Color CSS Codes

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

#6d2057 Text Font Color

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

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


#6d2057 Background Color

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

This div background color is #6d2057


#6d2057 Border Color

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

This div border color is #6d2057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6d2057


Comments

No comments written yet.

Please login to write comment.