Color Hex Logo

#7492cc Color Hex

#7492CC
(116,146,204)
0 Favorites   0 Comments

Color spaces of #7492cc

RGB 116146204
HSL0.610.460.63
HSV220°43°80°
CMYK 0.430.280.00   0.20
XYZ28.380428.630461.1572
Yxy28.63040.24020.2423
Hunter Lab53.50741.0388-30.3114
CIE-Lab60.45404.6492-33.1986

#7492cc color RGB value is (116,146,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 11001100
Octal 164 222 314
Decimal 116 146 204
Hex 74 92 CC

RGB Percentages of Color #7492cc

%24.89
%31.33
%43.78

CMYK Percentages of Color #7492cc

%43
%28
%0
%20

Triadic Colors of #7492cc

#7492cc #cc7492 #92cc74

Analogous Colors of #7492cc

#7492cc #8274cc #74becc

Monochromatic Colors of #7492cc

#7492cc

Complementary Color

#7492cc #ccae74

#7492cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7492cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7492cc Color CSS Codes

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

#7492cc Text Font Color

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

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


#7492cc Background Color

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

This div background color is #7492cc


#7492cc Border Color

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

This div border color is #7492cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7492cc

#7492cc Color Palettes


Comments

No comments written yet.

Please login to write comment.