Color Hex Logo

#7417fb Color Hex

#7417FB
(116,23,251)
0 Favorites   0 Comments

Color spaces of #7417fb

RGB 11623251
HSL0.730.970.54
HSV264°91°98°
CMYK 0.540.910.00   0.02
XYZ24.921411.290892.1326
Yxy11.29080.19420.0880
Hunter Lab33.601873.5848-139.0458
CIE-Lab40.066078.3593-92.5025

#7417fb color RGB value is (116,23,251).

#7417fb hex color red value is 116, green value is 23 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7417fb hue: 0.73 , saturation: 0.97 and the lightness value of 7417fb is 0.54.

The process color (four color CMYK) of #7417fb color hex is 0.54, 0.91, 0.00, 0.02. Web safe color of #7417fb is #6600ff. Color #7417fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010111 11111011
Octal 164 27 373
Decimal 116 23 251
Hex 74 17 FB

RGB Percentages of Color #7417fb

%29.74
%5.90
%64.36

CMYK Percentages of Color #7417fb

%54
%91
%0
%2

Triadic Colors of #7417fb

#7417fb #fb7417 #17fb74

Analogous Colors of #7417fb

#7417fb #e617fb #172cfb

Monochromatic Colors of #7417fb

#7417fb

Complementary Color

#7417fb #9efb17

#7417fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7417fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7417fb Color CSS Codes

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

#7417fb Text Font Color

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

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


#7417fb Background Color

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

This div background color is #7417fb


#7417fb Border Color

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

This div border color is #7417fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7417fb


Comments

No comments written yet.

Please login to write comment.