Color Hex Logo

#7c22cc Color Hex

#7C22CC
(124,34,204)
0 Favorites   0 Comments

Color spaces of #7c22cc

RGB 12434204
HSL0.750.710.47
HSV272°83°80°
CMYK 0.390.830.00   0.20
XYZ19.78339.788857.9735
Yxy9.78880.22600.1118
Hunter Lab31.287158.1160-87.9607
CIE-Lab37.460765.8832-69.9277

#7c22cc color RGB value is (124,34,204).

#7c22cc hex color red value is 124, green value is 34 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7c22cc hue: 0.75 , saturation: 0.71 and the lightness value of 7c22cc is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100010 11001100
Octal 174 42 314
Decimal 124 34 204
Hex 7C 22 CC

RGB Percentages of Color #7c22cc

%34.25
%9.39
%56.35

CMYK Percentages of Color #7c22cc

%39
%83
%0
%20

Triadic Colors of #7c22cc

#7c22cc #cc7c22 #22cc7c

Analogous Colors of #7c22cc

#7c22cc #cc22c7 #2722cc

Monochromatic Colors of #7c22cc

#7c22cc

Complementary Color

#7c22cc #72cc22

#7c22cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c22cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c22cc Color CSS Codes

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

#7c22cc Text Font Color

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

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


#7c22cc Background Color

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

This div background color is #7c22cc


#7c22cc Border Color

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

This div border color is #7c22cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c22cc


Comments

No comments written yet.

Please login to write comment.