Color Hex Logo

#7c599d Color Hex

#7C599D
(124,89,157)
0 Favorites   0 Comments

Color spaces of #7c599d

RGB 12489157
HSL0.750.280.48
HSV271°43°62°
CMYK 0.210.430.00   0.38
XYZ17.970413.864233.6272
Yxy13.86420.27450.2118
Hunter Lab37.234720.9880-27.4815
CIE-Lab44.037528.1918-31.6756

#7c599d color RGB value is (124,89,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 01011001 10011101
Octal 174 131 235
Decimal 124 89 157
Hex 7C 59 9D

RGB Percentages of Color #7c599d

%33.51
%24.05
%42.43

CMYK Percentages of Color #7c599d

%21
%43
%0
%38

Triadic Colors of #7c599d

#7c599d #9d7c59 #599d7c

Analogous Colors of #7c599d

#7c599d #9d599c #5a599d

Monochromatic Colors of #7c599d

#7c599d

Complementary Color

#7c599d #7a9d59

#7c599d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c599d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c599d Color CSS Codes

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

#7c599d Text Font Color

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

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


#7c599d Background Color

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

This div background color is #7c599d


#7c599d Border Color

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

This div border color is #7c599d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c599d


Comments

No comments written yet.

Please login to write comment.