Color Hex Logo

#7b589f Color Hex

#7B589F
(123,88,159)
0 Favorites   0 Comments

Color spaces of #7b589f

RGB 12388159
HSL0.750.290.48
HSV270°45°62°
CMYK 0.230.450.00   0.38
XYZ17.916113.693634.4997
Yxy13.69360.27100.2071
Hunter Lab37.004921.6632-29.3728
CIE-Lab43.790328.9683-33.2612

#7b589f color RGB value is (123,88,159).

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

The process color (four color CMYK) of #7b589f color hex is 0.23, 0.45, 0.00, 0.38. Web safe color of #7b589f is #666699. Color #7b589f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 01011000 10011111
Octal 173 130 237
Decimal 123 88 159
Hex 7B 58 9F

RGB Percentages of Color #7b589f

%33.24
%23.78
%42.97

CMYK Percentages of Color #7b589f

%23
%45
%0
%38

Triadic Colors of #7b589f

#7b589f #9f7b58 #589f7b

Analogous Colors of #7b589f

#7b589f #9f589f #58599f

Monochromatic Colors of #7b589f

#7b589f

Complementary Color

#7b589f #7c9f58

#7b589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7b589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7b589f Color CSS Codes

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

#7b589f Text Font Color

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

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


#7b589f Background Color

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

This div background color is #7b589f


#7b589f Border Color

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

This div border color is #7b589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7b589f


Comments

No comments written yet.

Please login to write comment.