Color Hex Logo

#7c159c Color Hex

#7C159C
(124,21,156)
0 Favorites   0 Comments

Color spaces of #7c159c

RGB 12421156
HSL0.790.760.35
HSV286°87°61°
CMYK 0.210.870.00   0.39
XYZ14.58117.221732.0779
Yxy7.22170.27060.1340
Hunter Lab26.873249.8239-51.9618
CIE-Lab32.306459.4452-49.7929

#7c159c color RGB value is (124,21,156).

#7c159c hex color red value is 124, green value is 21 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #7c159c hue: 0.79 , saturation: 0.76 and the lightness value of 7c159c is 0.35.

The process color (four color CMYK) of #7c159c color hex is 0.21, 0.87, 0.00, 0.39. Web safe color of #7c159c is #660099. Color #7c159c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00010101 10011100
Octal 174 25 234
Decimal 124 21 156
Hex 7C 15 9C

RGB Percentages of Color #7c159c

%41.20
%6.98
%51.83

CMYK Percentages of Color #7c159c

%21
%87
%0
%39

Triadic Colors of #7c159c

#7c159c #9c7c15 #159c7c

Analogous Colors of #7c159c

#7c159c #9c1579 #39159c

Monochromatic Colors of #7c159c

#7c159c

Complementary Color

#7c159c #359c15

#7c159c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c159c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c159c Color CSS Codes

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

#7c159c Text Font Color

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

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


#7c159c Background Color

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

This div background color is #7c159c


#7c159c Border Color

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

This div border color is #7c159c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c159c


Comments

No comments written yet.

Please login to write comment.