Color Hex Logo

#7190ba Color Hex

#7190BA
(113,144,186)
0 Favorites   0 Comments

Color spaces of #7190ba

RGB 113144186
HSL0.600.350.59
HSV215°39°73°
CMYK 0.390.230.00   0.27
XYZ25.646227.002450.3147
Yxy27.00240.24910.2623
Hunter Lab51.9638-2.8399-21.0337
CIE-Lab58.9765-0.0788-25.3534

#7190ba color RGB value is (113,144,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 10010000 10111010
Octal 161 220 272
Decimal 113 144 186
Hex 71 90 BA

RGB Percentages of Color #7190ba

%25.51
%32.51
%41.99

CMYK Percentages of Color #7190ba

%39
%23
%0
%27

Triadic Colors of #7190ba

#7190ba #ba7190 #90ba71

Analogous Colors of #7190ba

#7190ba #7771ba #71b5ba

Monochromatic Colors of #7190ba

#7190ba

Complementary Color

#7190ba #ba9b71

#7190ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7190ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7190ba Color CSS Codes

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

#7190ba Text Font Color

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

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


#7190ba Background Color

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

This div background color is #7190ba


#7190ba Border Color

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

This div border color is #7190ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7190ba


Comments

No comments written yet.

Please login to write comment.