Color Hex Logo

#7406ce Color Hex

#7406CE
(116,6,206)
0 Favorites   0 Comments

Color spaces of #7406ce

RGB 1166206
HSL0.760.940.42
HSV273°97°81°
CMYK 0.440.970.00   0.19
XYZ18.40828.299559.0243
Yxy8.29950.21470.0968
Hunter Lab28.808963.6419-101.3086
CIE-Lab34.599071.1870-75.8352

#7406ce color RGB value is (116,6,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000110 11001110
Octal 164 6 316
Decimal 116 6 206
Hex 74 6 CE

RGB Percentages of Color #7406ce

%35.37
%1.83
%62.80

CMYK Percentages of Color #7406ce

%44
%97
%0
%19

Triadic Colors of #7406ce

#7406ce #ce7406 #06ce74

Analogous Colors of #7406ce

#7406ce #ce06c4 #1006ce

Monochromatic Colors of #7406ce

#7406ce

Complementary Color

#7406ce #60ce06

#7406ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7406ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#7406ce Color CSS Codes

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

#7406ce Text Font Color

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

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


#7406ce Background Color

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

This div background color is #7406ce


#7406ce Border Color

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

This div border color is #7406ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,6,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7406ce


Comments

No comments written yet.

Please login to write comment.