Color Hex Logo

#7406cc Color Hex

#7406CC
(116,6,204)
0 Favorites   0 Comments

Color spaces of #7406cc

RGB 1166204
HSL0.760.940.41
HSV273°97°80°
CMYK 0.430.970.00   0.20
XYZ18.16678.202957.7526
Yxy8.20290.21600.0975
Hunter Lab28.640763.1007-99.5069
CIE-Lab34.401970.7658-74.9953

#7406cc color RGB value is (116,6,204).

#7406cc hex color red value is 116, green value is 6 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7406cc hue: 0.76 , saturation: 0.94 and the lightness value of 7406cc is 0.41.

The process color (four color CMYK) of #7406cc color hex is 0.43, 0.97, 0.00, 0.20. Web safe color of #7406cc is #6600cc. Color #7406cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000110 11001100
Octal 164 6 314
Decimal 116 6 204
Hex 74 6 CC

RGB Percentages of Color #7406cc

%35.58
%1.84
%62.58

CMYK Percentages of Color #7406cc

%43
%97
%0
%20

Triadic Colors of #7406cc

#7406cc #cc7406 #06cc74

Analogous Colors of #7406cc

#7406cc #cc06c1 #1106cc

Monochromatic Colors of #7406cc

#7406cc

Complementary Color

#7406cc #5ecc06

#7406cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7406cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7406cc Color CSS Codes

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

#7406cc Text Font Color

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

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


#7406cc Background Color

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

This div background color is #7406cc


#7406cc Border Color

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

This div border color is #7406cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7406cc


Comments

No comments written yet.

Please login to write comment.