Color Hex Logo

#7104fa Color Hex

#7104FA
(113,4,250)
0 Favorites   0 Comments

Color spaces of #7104fa

RGB 1134250
HSL0.740.970.50
HSV267°98°98°
CMYK 0.550.980.00   0.02
XYZ24.108810.499791.1984
Yxy10.49970.19160.0835
Hunter Lab32.403276.1027-144.1885
CIE-Lab38.724780.6239-94.1735

#7104fa color RGB value is (113,4,250).

#7104fa hex color red value is 113, green value is 4 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #7104fa hue: 0.74 , saturation: 0.97 and the lightness value of 7104fa is 0.50.

The process color (four color CMYK) of #7104fa color hex is 0.55, 0.98, 0.00, 0.02. Web safe color of #7104fa is #6600ff. Color #7104fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000100 11111010
Octal 161 4 372
Decimal 113 4 250
Hex 71 4 FA

RGB Percentages of Color #7104fa

%30.79
%1.09
%68.12

CMYK Percentages of Color #7104fa

%55
%98
%0
%2

Triadic Colors of #7104fa

#7104fa #fa7104 #04fa71

Analogous Colors of #7104fa

#7104fa #ec04fa #0412fa

Monochromatic Colors of #7104fa

#7104fa

Complementary Color

#7104fa #8dfa04

#7104fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7104fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7104fa Color CSS Codes

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

#7104fa Text Font Color

<p style="color:#7104fa">Text here</p>

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


#7104fa Background Color

<div style="background-color:#7104fa">
Div content here</div>

This div background color is #7104fa


#7104fa Border Color

<div style="border:3px solid #7104fa">
Div here</div>

This div border color is #7104fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,4,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7104fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7104fa;
  -webkit-box-shadow: 1px 1px 3px 2px #7104fa;
  box-shadow:         1px 1px 3px 2px #7104fa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7104fa

Related Colors


Comments

No comments written yet.

Please login to write comment.