Color Hex Logo

#7492b6 Color Hex

#7492B6
(116,146,182)
0 Favorites   0 Comments

Color spaces of #7492b6

RGB 116146182
HSL0.590.310.58
HSV213°36°71°
CMYK 0.360.200.00   0.29
XYZ25.924827.648248.2262
Yxy27.64820.25470.2716
Hunter Lab52.5816-4.0101-17.5719
CIE-Lab59.5696-1.4692-22.1612

#7492b6 color RGB value is (116,146,182).

#7492b6 hex color red value is 116, green value is 146 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #7492b6 hue: 0.59 , saturation: 0.31 and the lightness value of 7492b6 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 10110110
Octal 164 222 266
Decimal 116 146 182
Hex 74 92 B6

RGB Percentages of Color #7492b6

%26.13
%32.88
%40.99

CMYK Percentages of Color #7492b6

%36
%20
%0
%29

Triadic Colors of #7492b6

#7492b6 #b67492 #92b674

Analogous Colors of #7492b6

#7492b6 #7774b6 #74b3b6

Monochromatic Colors of #7492b6

#7492b6

Complementary Color

#7492b6 #b69874

#7492b6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7492b6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7492b6 Color CSS Codes

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

#7492b6 Text Font Color

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

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


#7492b6 Background Color

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

This div background color is #7492b6


#7492b6 Border Color

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

This div border color is #7492b6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7492b6


Comments

No comments written yet.

Please login to write comment.