Color Hex Logo

#6b325f Color Hex

#6B325F
(107,50,95)
0 Favorites   0 Comments

Color spaces of #6b325f

RGB 1075095
HSL0.870.360.31
HSV313°53°42°
CMYK 0.000.530.11   0.58
XYZ9.26966.233211.5410
Yxy6.23320.34280.2305
Hunter Lab24.966422.5829-9.9310
CIE-Lab29.993331.9028-15.3520

#6b325f color RGB value is (107,50,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 00110010 01011111
Octal 153 62 137
Decimal 107 50 95
Hex 6B 32 5F

RGB Percentages of Color #6b325f

%42.46
%19.84
%37.70

CMYK Percentages of Color #6b325f

%0
%53
%11
%58

Triadic Colors of #6b325f

#6b325f #5f6b32 #325f6b

Analogous Colors of #6b325f

#6b325f #6b3243 #5b326b

Monochromatic Colors of #6b325f

#6b325f

Complementary Color

#6b325f #326b3e

#6b325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b325f Color CSS Codes

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

#6b325f Text Font Color

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

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


#6b325f Background Color

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

This div background color is #6b325f


#6b325f Border Color

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

This div border color is #6b325f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,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 #6b325f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b325f


Comments

No comments written yet.

Please login to write comment.