Color Hex Logo

#7420cc Color Hex

#7420CC
(116,32,204)
0 Favorites   0 Comments

Color spaces of #7420cc

RGB 11632204
HSL0.750.730.46
HSV269°84°80°
CMYK 0.430.840.00   0.20
XYZ18.61819.105757.9030
Yxy9.10570.21740.1063
Hunter Lab30.175757.3255-92.6465
CIE-Lab36.187065.4375-72.0579

#7420cc color RGB value is (116,32,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100000 11001100
Octal 164 40 314
Decimal 116 32 204
Hex 74 20 CC

RGB Percentages of Color #7420cc

%32.95
%9.09
%57.95

CMYK Percentages of Color #7420cc

%43
%84
%0
%20

Triadic Colors of #7420cc

#7420cc #cc7420 #20cc74

Analogous Colors of #7420cc

#7420cc #ca20cc #2022cc

Monochromatic Colors of #7420cc

#7420cc

Complementary Color

#7420cc #78cc20

#7420cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7420cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7420cc Color CSS Codes

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

#7420cc Text Font Color

<p style="color:#7420cc">Text here</p>

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


#7420cc Background Color

<div style="background-color:#7420cc">
Div content here</div>

This div background color is #7420cc


#7420cc Border Color

<div style="border:3px solid #7420cc">
Div here</div>

This div border color is #7420cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7420cc


Comments

No comments written yet.

Please login to write comment.