Color Hex Logo

#7410dc Color Hex

#7410DC
(116,16,220)
0 Favorites   0 Comments

Color spaces of #7410dc

RGB 11616220
HSL0.750.860.46
HSV269°93°86°
CMYK 0.470.930.00   0.14
XYZ20.30609.250968.4255
Yxy9.25090.20720.0944
Hunter Lab30.415365.9442-112.0944
CIE-Lab36.462972.7708-80.8566

#7410dc color RGB value is (116,16,220).

#7410dc hex color red value is 116, green value is 16 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7410dc hue: 0.75 , saturation: 0.86 and the lightness value of 7410dc is 0.46.

The process color (four color CMYK) of #7410dc color hex is 0.47, 0.93, 0.00, 0.14. Web safe color of #7410dc is #6600cc. Color #7410dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010000 11011100
Octal 164 20 334
Decimal 116 16 220
Hex 74 10 DC

RGB Percentages of Color #7410dc

%32.95
%4.55
%62.50

CMYK Percentages of Color #7410dc

%47
%93
%0
%14

Triadic Colors of #7410dc

#7410dc #dc7410 #10dc74

Analogous Colors of #7410dc

#7410dc #da10dc #1012dc

Monochromatic Colors of #7410dc

#7410dc

Complementary Color

#7410dc #78dc10

#7410dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7410dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7410dc Color CSS Codes

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

#7410dc Text Font Color

<p style="color:#7410dc">Text here</p>

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


#7410dc Background Color

<div style="background-color:#7410dc">
Div content here</div>

This div background color is #7410dc


#7410dc Border Color

<div style="border:3px solid #7410dc">
Div here</div>

This div border color is #7410dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,16,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7410dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7410dc;
  -webkit-box-shadow: 1px 1px 3px 2px #7410dc;
  box-shadow:         1px 1px 3px 2px #7410dc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7410dc


Comments

No comments written yet.

Please login to write comment.