Color Hex Logo

#6a2849 Color Hex

#6A2849
(106,40,73)
0 Favorites   0 Comments

Color spaces of #6a2849

RGB 1064073
HSL0.920.450.29
HSV330°62°42°
CMYK 0.000.620.31   0.58
XYZ7.90525.06286.8639
Yxy5.06280.39860.2553
Hunter Lab22.500723.3366-2.3361
CIE-Lab26.912933.2841-5.6098

#6a2849 color RGB value is (106,40,73).

#6a2849 hex color red value is 106, green value is 40 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #6a2849 hue: 0.92 , saturation: 0.45 and the lightness value of 6a2849 is 0.29.

The process color (four color CMYK) of #6a2849 color hex is 0.00, 0.62, 0.31, 0.58. Web safe color of #6a2849 is #663333. Color #6a2849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00101000 01001001
Octal 152 50 111
Decimal 106 40 73
Hex 6A 28 49

RGB Percentages of Color #6a2849

%48.40
%18.26
%33.33

CMYK Percentages of Color #6a2849

%0
%62
%31
%58

Triadic Colors of #6a2849

#6a2849 #496a28 #28496a

Analogous Colors of #6a2849

#6a2849 #6a2828 #6a286a

Monochromatic Colors of #6a2849

#6a2849

Complementary Color

#6a2849 #286a49

#6a2849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a2849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a2849 Color CSS Codes

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

#6a2849 Text Font Color

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

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


#6a2849 Background Color

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

This div background color is #6a2849


#6a2849 Border Color

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

This div border color is #6a2849


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,40,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6a2849; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6a2849;
  -webkit-box-shadow: 1px 1px 3px 2px #6a2849;
  box-shadow:         1px 1px 3px 2px #6a2849; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,40,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a2849


Comments

No comments written yet.

Please login to write comment.