Color Hex Logo

#7417dc Color Hex

#7417DC
(116,23,220)
0 Favorites   0 Comments

Color spaces of #7417dc

RGB 11623220
HSL0.750.810.48
HSV268°90°86°
CMYK 0.470.900.00   0.14
XYZ20.42719.493168.4659
Yxy9.49310.20760.0965
Hunter Lab30.810964.4235-110.1827
CIE-Lab36.916971.4073-80.1077

#7417dc color RGB value is (116,23,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010111 11011100
Octal 164 27 334
Decimal 116 23 220
Hex 74 17 DC

RGB Percentages of Color #7417dc

%32.31
%6.41
%61.28

CMYK Percentages of Color #7417dc

%47
%90
%0
%14

Triadic Colors of #7417dc

#7417dc #dc7417 #17dc74

Analogous Colors of #7417dc

#7417dc #d717dc #171cdc

Monochromatic Colors of #7417dc

#7417dc

Complementary Color

#7417dc #7fdc17

#7417dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7417dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7417dc Color CSS Codes

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

#7417dc Text Font Color

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

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


#7417dc Background Color

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

This div background color is #7417dc


#7417dc Border Color

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

This div border color is #7417dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7417dc


Comments

No comments written yet.

Please login to write comment.