Color Hex Logo

#7408cc Color Hex

#7408CC
(116,8,204)
0 Favorites   0 Comments

Color spaces of #7408cc

RGB 1168204
HSL0.760.920.42
HSV273°96°80°
CMYK 0.430.960.00   0.20
XYZ18.18848.246357.7598
Yxy8.24630.21600.0979
Hunter Lab28.716462.8048-99.1538
CIE-Lab34.490770.4980-74.8490

#7408cc color RGB value is (116,8,204).

#7408cc hex color red value is 116, green value is 8 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7408cc hue: 0.76 , saturation: 0.92 and the lightness value of 7408cc is 0.42.

The process color (four color CMYK) of #7408cc color hex is 0.43, 0.96, 0.00, 0.20. Web safe color of #7408cc is #6600cc. Color #7408cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001000 11001100
Octal 164 10 314
Decimal 116 8 204
Hex 74 8 CC

RGB Percentages of Color #7408cc

%35.37
%2.44
%62.20

CMYK Percentages of Color #7408cc

%43
%96
%0
%20

Triadic Colors of #7408cc

#7408cc #cc7408 #08cc74

Analogous Colors of #7408cc

#7408cc #cc08c2 #1208cc

Monochromatic Colors of #7408cc

#7408cc

Complementary Color

#7408cc #60cc08

#7408cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7408cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7408cc Color CSS Codes

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

#7408cc Text Font Color

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

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


#7408cc Background Color

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

This div background color is #7408cc


#7408cc Border Color

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

This div border color is #7408cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7408cc


Comments

No comments written yet.

Please login to write comment.