Color Hex Logo

#6a325f Color Hex

#6A325F
(106,50,95)
0 Favorites   0 Comments

Color spaces of #6a325f

RGB 1065095
HSL0.870.360.31
HSV312°53°42°
CMYK 0.000.530.10   0.58
XYZ9.15006.171611.5355
Yxy6.17160.34070.2298
Hunter Lab24.842722.2699-10.1409
CIE-Lab29.841331.5639-15.5990

#6a325f color RGB value is (106,50,95).

#6a325f hex color red value is 106, green value is 50 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #6a325f hue: 0.87 , saturation: 0.36 and the lightness value of 6a325f is 0.31.

The process color (four color CMYK) of #6a325f color hex is 0.00, 0.53, 0.10, 0.58. Web safe color of #6a325f is #663366. Color #6a325f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 00110010 01011111
Octal 152 62 137
Decimal 106 50 95
Hex 6A 32 5F

RGB Percentages of Color #6a325f

%42.23
%19.92
%37.85

CMYK Percentages of Color #6a325f

%0
%53
%10
%58

Triadic Colors of #6a325f

#6a325f #5f6a32 #325f6a

Analogous Colors of #6a325f

#6a325f #6a3243 #59326a

Monochromatic Colors of #6a325f

#6a325f

Complementary Color

#6a325f #326a3d

#6a325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6a325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6a325f Color CSS Codes

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

#6a325f Text Font Color

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

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


#6a325f Background Color

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

This div background color is #6a325f


#6a325f Border Color

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

This div border color is #6a325f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6a325f


Comments

No comments written yet.

Please login to write comment.