Color Hex Logo

#7494cc Color Hex

#7494CC
(116,148,204)
0 Favorites   0 Comments

Color spaces of #7494cc

RGB 116148204
HSL0.610.460.63
HSV218°43°80°
CMYK 0.430.270.00   0.20
XYZ28.691429.252461.2608
Yxy29.25240.24070.2454
Hunter Lab54.08550.0415-29.2959
CIE-Lab61.00373.4961-32.3440

#7494cc color RGB value is (116,148,204).

#7494cc hex color red value is 116, green value is 148 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7494cc hue: 0.61 , saturation: 0.46 and the lightness value of 7494cc is 0.63.

The process color (four color CMYK) of #7494cc color hex is 0.43, 0.27, 0.00, 0.20. Web safe color of #7494cc is #6699cc. Color #7494cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010100 11001100
Octal 164 224 314
Decimal 116 148 204
Hex 74 94 CC

RGB Percentages of Color #7494cc

%24.79
%31.62
%43.59

CMYK Percentages of Color #7494cc

%43
%27
%0
%20

Triadic Colors of #7494cc

#7494cc #cc7494 #94cc74

Analogous Colors of #7494cc

#7494cc #8074cc #74c0cc

Monochromatic Colors of #7494cc

#7494cc

Complementary Color

#7494cc #ccac74

#7494cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7494cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7494cc Color CSS Codes

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

#7494cc Text Font Color

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

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


#7494cc Background Color

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

This div background color is #7494cc


#7494cc Border Color

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

This div border color is #7494cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7494cc


Comments

No comments written yet.

Please login to write comment.