Color Hex Logo

#7419ff Color Hex

#7419FF
(116,25,255)
0 Favorites   0 Comments

Color spaces of #7419ff

RGB 11625255
HSL0.731.000.55
HSV264°90°100°
CMYK 0.550.900.00   0.00
XYZ25.600111.628395.5029
Yxy11.62830.19290.0876
Hunter Lab34.100374.3297-142.1802
CIE-Lab40.619278.8542-93.8279

#7419ff color RGB value is (116,25,255).

#7419ff hex color red value is 116, green value is 25 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7419ff hue: 0.73 , saturation: 1.00 and the lightness value of 7419ff is 0.55.

The process color (four color CMYK) of #7419ff color hex is 0.55, 0.90, 0.00, 0.00. Web safe color of #7419ff is #6600ff. Color #7419ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00011001 11111111
Octal 164 31 377
Decimal 116 25 255
Hex 74 19 FF

RGB Percentages of Color #7419ff

%29.29
%6.31
%64.39

CMYK Percentages of Color #7419ff

%55
%90
%0
%0

Triadic Colors of #7419ff

#7419ff #ff7419 #19ff74

Analogous Colors of #7419ff

#7419ff #e719ff #1931ff

Monochromatic Colors of #7419ff

#7419ff

Complementary Color

#7419ff #a4ff19

#7419ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7419ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7419ff Color CSS Codes

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

#7419ff Text Font Color

<p style="color:#7419ff">Text here</p>

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


#7419ff Background Color

<div style="background-color:#7419ff">
Div content here</div>

This div background color is #7419ff


#7419ff Border Color

<div style="border:3px solid #7419ff">
Div here</div>

This div border color is #7419ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,25,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7419ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7419ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7419ff;
  box-shadow:         1px 1px 3px 2px #7419ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7419ff

Related Colors


Comments

No comments written yet.

Please login to write comment.