Color Hex Logo

#7492ba Color Hex

#7492BA
(116,146,186)
0 Favorites   0 Comments

Color spaces of #7492ba

RGB 116146186
HSL0.600.340.59
HSV214°38°73°
CMYK 0.380.220.00   0.27
XYZ26.344327.815950.4349
Yxy27.81590.25190.2659
Hunter Lab52.7408-3.1347-19.7792
CIE-Lab59.7220-0.3868-24.1911

#7492ba color RGB value is (116,146,186).

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

The process color (four color CMYK) of #7492ba color hex is 0.38, 0.22, 0.00, 0.27. Web safe color of #7492ba is #6699cc. Color #7492ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010010 10111010
Octal 164 222 272
Decimal 116 146 186
Hex 74 92 BA

RGB Percentages of Color #7492ba

%25.89
%32.59
%41.52

CMYK Percentages of Color #7492ba

%38
%22
%0
%27

Triadic Colors of #7492ba

#7492ba #ba7492 #92ba74

Analogous Colors of #7492ba

#7492ba #7974ba #74b5ba

Monochromatic Colors of #7492ba

#7492ba

Complementary Color

#7492ba #ba9c74

#7492ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7492ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7492ba Color CSS Codes

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

#7492ba Text Font Color

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

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


#7492ba Background Color

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

This div background color is #7492ba


#7492ba Border Color

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

This div border color is #7492ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7492ba


Comments

No comments written yet.

Please login to write comment.