Color Hex Logo

#7092ba Color Hex

#7092BA
(112,146,186)
0 Favorites   0 Comments

Color spaces of #7092ba

RGB 112146186
HSL0.590.350.58
HSV212°40°73°
CMYK 0.400.220.00   0.27
XYZ25.823927.547750.4105
Yxy27.54770.24880.2654
Hunter Lab52.4859-4.0255-20.2054
CIE-Lab59.4779-1.4953-24.5871

#7092ba color RGB value is (112,146,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010010 10111010
Octal 160 222 272
Decimal 112 146 186
Hex 70 92 BA

RGB Percentages of Color #7092ba

%25.23
%32.88
%41.89

CMYK Percentages of Color #7092ba

%40
%22
%0
%27

Triadic Colors of #7092ba

#7092ba #ba7092 #92ba70

Analogous Colors of #7092ba

#7092ba #7370ba #70b7ba

Monochromatic Colors of #7092ba

#7092ba

Complementary Color

#7092ba #ba9870

#7092ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7092ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7092ba Color CSS Codes

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

#7092ba Text Font Color

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

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


#7092ba Background Color

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

This div background color is #7092ba


#7092ba Border Color

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

This div border color is #7092ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,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 #7092ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7092ba

#7092ba Color Palettes


Comments

No comments written yet.

Please login to write comment.