Color Hex Logo

#7402ff Color Hex

#7402FF
(116,2,255)
0 Favorites   0 Comments

Color spaces of #7402ff

RGB 1162255
HSL0.741.000.50
HSV267°99°100°
CMYK 0.550.990.00   0.00
XYZ25.274210.976495.3943
Yxy10.97640.19200.0834
Hunter Lab33.130778.1927-147.5244
CIE-Lab39.540782.1266-95.6147

#7402ff color RGB value is (116,2,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000010 11111111
Octal 164 2 377
Decimal 116 2 255
Hex 74 2 FF

RGB Percentages of Color #7402ff

%31.10
%0.54
%68.36

CMYK Percentages of Color #7402ff

%55
%99
%0
%0

Triadic Colors of #7402ff

#7402ff #ff7402 #02ff74

Analogous Colors of #7402ff

#7402ff #f302ff #020fff

Monochromatic Colors of #7402ff

#7402ff

Complementary Color

#7402ff #8dff02

#7402ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7402ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7402ff Color CSS Codes

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

#7402ff Text Font Color

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

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


#7402ff Background Color

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

This div background color is #7402ff


#7402ff Border Color

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

This div border color is #7402ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7402ff

Related Colors


Comments

No comments written yet.

Please login to write comment.