Color Hex Logo

#7c20cc Color Hex

#7C20CC
(124,32,204)
0 Favorites   0 Comments

Color spaces of #7c20cc

RGB 12432204
HSL0.760.730.46
HSV272°84°80°
CMYK 0.390.840.00   0.20
XYZ19.72789.677757.9550
Yxy9.67770.22580.1108
Hunter Lab31.109058.7552-88.6789
CIE-Lab37.257766.4809-70.2605

#7c20cc color RGB value is (124,32,204).

#7c20cc hex color red value is 124, green value is 32 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7c20cc hue: 0.76 , saturation: 0.73 and the lightness value of 7c20cc is 0.46.

The process color (four color CMYK) of #7c20cc color hex is 0.39, 0.84, 0.00, 0.20. Web safe color of #7c20cc is #6633cc. Color #7c20cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100000 11001100
Octal 174 40 314
Decimal 124 32 204
Hex 7C 20 CC

RGB Percentages of Color #7c20cc

%34.44
%8.89
%56.67

CMYK Percentages of Color #7c20cc

%39
%84
%0
%20

Triadic Colors of #7c20cc

#7c20cc #cc7c20 #20cc7c

Analogous Colors of #7c20cc

#7c20cc #cc20c6 #2620cc

Monochromatic Colors of #7c20cc

#7c20cc

Complementary Color

#7c20cc #70cc20

#7c20cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c20cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c20cc Color CSS Codes

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

#7c20cc Text Font Color

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

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


#7c20cc Background Color

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

This div background color is #7c20cc


#7c20cc Border Color

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

This div border color is #7c20cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c20cc


Comments

No comments written yet.

Please login to write comment.