Color Hex Logo

#7b599d Color Hex

#7B599D
(123,89,157)
0 Favorites   0 Comments

Color spaces of #7b599d

RGB 12389157
HSL0.750.280.48
HSV270°43°62°
CMYK 0.220.430.00   0.38
XYZ17.826613.790033.6205
Yxy13.79000.27330.2114
Hunter Lab37.134920.7029-27.6845
CIE-Lab43.930227.8868-31.8516

#7b599d color RGB value is (123,89,157).

#7b599d hex color red value is 123, green value is 89 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #7b599d hue: 0.75 , saturation: 0.28 and the lightness value of 7b599d is 0.48.

The process color (four color CMYK) of #7b599d color hex is 0.22, 0.43, 0.00, 0.38. Web safe color of #7b599d is #666699. Color #7b599d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01011001 10011101
Octal 173 131 235
Decimal 123 89 157
Hex 7B 59 9D

RGB Percentages of Color #7b599d

%33.33
%24.12
%42.55

CMYK Percentages of Color #7b599d

%22
%43
%0
%38

Triadic Colors of #7b599d

#7b599d #9d7b59 #599d7b

Analogous Colors of #7b599d

#7b599d #9d599d #59599d

Monochromatic Colors of #7b599d

#7b599d

Complementary Color

#7b599d #7b9d59

#7b599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b599d Color CSS Codes

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

#7b599d Text Font Color

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

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


#7b599d Background Color

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

This div background color is #7b599d


#7b599d Border Color

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

This div border color is #7b599d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,89,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b599d


Comments

No comments written yet.

Please login to write comment.