Color Hex Logo

#7b528a Color Hex

#7B528A
(123,82,138)
0 Favorites   0 Comments

Color spaces of #7b528a

RGB 12382138
HSL0.790.250.43
HSV284°41°54°
CMYK 0.110.410.00   0.46
XYZ15.773112.080525.5452
Yxy12.08050.29540.2262
Hunter Lab34.757020.1804-19.2462
CIE-Lab41.343827.5945-24.4835

#7b528a color RGB value is (123,82,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 01010010 10001010
Octal 173 122 212
Decimal 123 82 138
Hex 7B 52 8A

RGB Percentages of Color #7b528a

%35.86
%23.91
%40.23

CMYK Percentages of Color #7b528a

%11
%41
%0
%46

Triadic Colors of #7b528a

#7b528a #8a7b52 #528a7b

Analogous Colors of #7b528a

#7b528a #8a527d #5f528a

Monochromatic Colors of #7b528a

#7b528a

Complementary Color

#7b528a #618a52

#7b528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b528a Color CSS Codes

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

#7b528a Text Font Color

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

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


#7b528a Background Color

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

This div background color is #7b528a


#7b528a Border Color

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

This div border color is #7b528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b528a


Comments

No comments written yet.

Please login to write comment.