Color Hex Logo

#7c155a Color Hex

#7C155A
(124,21,90)
0 Favorites   0 Comments

Color spaces of #7c155a

RGB 1242190
HSL0.890.710.28
HSV320°83°49°
CMYK 0.000.830.27   0.51
XYZ10.42585.559610.1965
Yxy5.55960.39820.2123
Hunter Lab23.578837.6641-9.1344
CIE-Lab28.273048.5145-14.4897

#7c155a color RGB value is (124,21,90).

#7c155a hex color red value is 124, green value is 21 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7c155a hue: 0.89 , saturation: 0.71 and the lightness value of 7c155a is 0.28.

The process color (four color CMYK) of #7c155a color hex is 0.00, 0.83, 0.27, 0.51. Web safe color of #7c155a is #660066. Color #7c155a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010101 01011010
Octal 174 25 132
Decimal 124 21 90
Hex 7C 15 5A

RGB Percentages of Color #7c155a

%52.77
%8.94
%38.30

CMYK Percentages of Color #7c155a

%0
%83
%27
%51

Triadic Colors of #7c155a

#7c155a #5a7c15 #155a7c

Analogous Colors of #7c155a

#7c155a #7c1526 #6b157c

Monochromatic Colors of #7c155a

#7c155a

Complementary Color

#7c155a #157c37

#7c155a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c155a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c155a Color CSS Codes

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

#7c155a Text Font Color

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

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


#7c155a Background Color

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

This div background color is #7c155a


#7c155a Border Color

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

This div border color is #7c155a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,21,90, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c155a


Comments

No comments written yet.

Please login to write comment.