Color Hex Logo

#7160ba Color Hex

#7160BA
(113,96,186)
0 Favorites   0 Comments

Color spaces of #7160ba

RGB 11396186
HSL0.700.390.55
HSV251°48°73°
CMYK 0.390.480.00   0.27
XYZ19.855815.421648.3845
Yxy15.42160.23730.1843
Hunter Lab39.270321.5297-45.5612
CIE-Lab46.206328.5480-45.3679

#7160ba color RGB value is (113,96,186).

#7160ba hex color red value is 113, green value is 96 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7160ba hue: 0.70 , saturation: 0.39 and the lightness value of 7160ba is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01100000 10111010
Octal 161 140 272
Decimal 113 96 186
Hex 71 60 BA

RGB Percentages of Color #7160ba

%28.61
%24.30
%47.09

CMYK Percentages of Color #7160ba

%39
%48
%0
%27

Triadic Colors of #7160ba

#7160ba #ba7160 #60ba71

Analogous Colors of #7160ba

#7160ba #9e60ba #607cba

Monochromatic Colors of #7160ba

#7160ba

Complementary Color

#7160ba #a9ba60

#7160ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7160ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7160ba Color CSS Codes

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

#7160ba Text Font Color

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

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


#7160ba Background Color

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

This div background color is #7160ba


#7160ba Border Color

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

This div border color is #7160ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7160ba


Comments

No comments written yet.

Please login to write comment.