Color Hex Logo

#7406fc Color Hex

#7406FC
(116,6,252)
0 Favorites   0 Comments

Color spaces of #7406fc

RGB 1166252
HSL0.740.980.51
HSV267°98°99°
CMYK 0.540.980.00   0.01
XYZ24.838310.871592.8848
Yxy10.87150.19320.0845
Hunter Lab32.972076.7660-143.9446
CIE-Lab39.363281.0326-94.2277

#7406fc color RGB value is (116,6,252).

#7406fc hex color red value is 116, green value is 6 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7406fc hue: 0.74 , saturation: 0.98 and the lightness value of 7406fc is 0.51.

The process color (four color CMYK) of #7406fc color hex is 0.54, 0.98, 0.00, 0.01. Web safe color of #7406fc is #6600ff. Color #7406fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000110 11111100
Octal 164 6 374
Decimal 116 6 252
Hex 74 6 FC

RGB Percentages of Color #7406fc

%31.02
%1.60
%67.38

CMYK Percentages of Color #7406fc

%54
%98
%0
%1

Triadic Colors of #7406fc

#7406fc #fc7406 #06fc74

Analogous Colors of #7406fc

#7406fc #ef06fc #0613fc

Monochromatic Colors of #7406fc

#7406fc

Complementary Color

#7406fc #8efc06

#7406fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7406fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7406fc Color CSS Codes

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

#7406fc Text Font Color

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

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


#7406fc Background Color

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

This div background color is #7406fc


#7406fc Border Color

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

This div border color is #7406fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7406fc


Comments

No comments written yet.

Please login to write comment.