Color Hex Logo

#6b528a Color Hex

#6B528A
(107,82,138)
0 Favorites   0 Comments

Color spaces of #6b528a

RGB 10782138
HSL0.740.250.43
HSV267°41°54°
CMYK 0.220.410.00   0.46
XYZ13.668110.995425.4467
Yxy10.99540.27280.2194
Hunter Lab33.159315.5480-22.2881
CIE-Lab39.572722.4173-27.3783

#6b528a color RGB value is (107,82,138).

#6b528a hex color red value is 107, green value is 82 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #6b528a hue: 0.74 , saturation: 0.25 and the lightness value of 6b528a is 0.43.

The process color (four color CMYK) of #6b528a color hex is 0.22, 0.41, 0.00, 0.46. Web safe color of #6b528a is #666699. Color #6b528a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 01010010 10001010
Octal 153 122 212
Decimal 107 82 138
Hex 6B 52 8A

RGB Percentages of Color #6b528a

%32.72
%25.08
%42.20

CMYK Percentages of Color #6b528a

%22
%41
%0
%46

Triadic Colors of #6b528a

#6b528a #8a6b52 #528a6b

Analogous Colors of #6b528a

#6b528a #87528a #52558a

Monochromatic Colors of #6b528a

#6b528a

Complementary Color

#6b528a #718a52

#6b528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b528a Color CSS Codes

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

#6b528a Text Font Color

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

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


#6b528a Background Color

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

This div background color is #6b528a


#6b528a Border Color

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

This div border color is #6b528a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,82,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b528a

#6b528a Color Palettes


Comments

No comments written yet.

Please login to write comment.