Color Hex Logo

#7186ab Color Hex

#7186AB
(113,134,171)
0 Favorites   0 Comments

Color spaces of #7186ab

RGB 113134171
HSL0.610.260.56
HSV218°34°67°
CMYK 0.340.220.00   0.33
XYZ22.685823.501241.8686
Yxy23.50120.25760.2669
Hunter Lab48.4780-1.3056-17.2718
CIE-Lab55.58491.5969-22.0141

#7186ab color RGB value is (113,134,171).

#7186ab hex color red value is 113, green value is 134 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7186ab hue: 0.61 , saturation: 0.26 and the lightness value of 7186ab is 0.56.

The process color (four color CMYK) of #7186ab color hex is 0.34, 0.22, 0.00, 0.33. Web safe color of #7186ab is #669999. Color #7186ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 10000110 10101011
Octal 161 206 253
Decimal 113 134 171
Hex 71 86 AB

RGB Percentages of Color #7186ab

%27.03
%32.06
%40.91

CMYK Percentages of Color #7186ab

%34
%22
%0
%33

Triadic Colors of #7186ab

#7186ab #ab7186 #86ab71

Analogous Colors of #7186ab

#7186ab #7971ab #71a3ab

Monochromatic Colors of #7186ab

#7186ab

Complementary Color

#7186ab #ab9671

#7186ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7186ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7186ab Color CSS Codes

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

#7186ab Text Font Color

<p style="color:#7186ab">Text here</p>

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


#7186ab Background Color

<div style="background-color:#7186ab">
Div content here</div>

This div background color is #7186ab


#7186ab Border Color

<div style="border:3px solid #7186ab">
Div here</div>

This div border color is #7186ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,134,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7186ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7186ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7186ab;
  box-shadow:         1px 1px 3px 2px #7186ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,134,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7186ab


Comments

No comments written yet.

Please login to write comment.