Color Hex Logo

#7c196a Color Hex

#7C196A
(124,25,106)
0 Favorites   0 Comments

Color spaces of #7c196a

RGB 12425106
HSL0.860.660.29
HSV311°80°49°
CMYK 0.000.800.15   0.51
XYZ11.26136.021014.2043
Yxy6.02100.35770.1912
Hunter Lab24.537738.9794-17.1451
CIE-Lab29.465449.6050-23.0453

#7c196a color RGB value is (124,25,106).

#7c196a hex color red value is 124, green value is 25 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #7c196a hue: 0.86 , saturation: 0.66 and the lightness value of 7c196a is 0.29.

The process color (four color CMYK) of #7c196a color hex is 0.00, 0.80, 0.15, 0.51. Web safe color of #7c196a is #660066. Color #7c196a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00011001 01101010
Octal 174 31 152
Decimal 124 25 106
Hex 7C 19 6A

RGB Percentages of Color #7c196a

%48.63
%9.80
%41.57

CMYK Percentages of Color #7c196a

%0
%80
%15
%51

Triadic Colors of #7c196a

#7c196a #6a7c19 #196a7c

Analogous Colors of #7c196a

#7c196a #7c1939 #5c197c

Monochromatic Colors of #7c196a

#7c196a

Complementary Color

#7c196a #197c2b

#7c196a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c196a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c196a Color CSS Codes

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

#7c196a Text Font Color

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

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


#7c196a Background Color

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

This div background color is #7c196a


#7c196a Border Color

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

This div border color is #7c196a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c196a


Comments

No comments written yet.

Please login to write comment.