Color Hex Logo

#7408ff Color Hex

#7408FF
(116,8,255)
0 Favorites   0 Comments

Color spaces of #7408ff

RGB 1168255
HSL0.741.000.52
HSV266°97°100°
CMYK 0.550.970.00   0.00
XYZ25.339311.106795.4160
Yxy11.10670.19220.0842
Hunter Lab33.326777.3971-146.4214
CIE-Lab39.759681.4589-95.2518

#7408ff color RGB value is (116,8,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001000 11111111
Octal 164 10 377
Decimal 116 8 255
Hex 74 8 FF

RGB Percentages of Color #7408ff

%30.61
%2.11
%67.28

CMYK Percentages of Color #7408ff

%55
%97
%0
%0

Triadic Colors of #7408ff

#7408ff #ff7408 #08ff74

Analogous Colors of #7408ff

#7408ff #f008ff #0817ff

Monochromatic Colors of #7408ff

#7408ff

Complementary Color

#7408ff #93ff08

#7408ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7408ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7408ff Color CSS Codes

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

#7408ff Text Font Color

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

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


#7408ff Background Color

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

This div background color is #7408ff


#7408ff Border Color

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

This div border color is #7408ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7408ff


Comments

No comments written yet.

Please login to write comment.