Color Hex Logo

#7086be Color Hex

#7086BE
(112,134,190)
0 Favorites   0 Comments

Color spaces of #7086be

RGB 112134190
HSL0.620.380.59
HSV223°41°75°
CMYK 0.410.290.00   0.25
XYZ24.501524.212652.0973
Yxy24.21260.24300.2402
Hunter Lab49.20632.7702-28.3290
CIE-Lab56.30006.5775-31.7730

#7086be color RGB value is (112,134,190).

#7086be hex color red value is 112, green value is 134 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7086be hue: 0.62 , saturation: 0.38 and the lightness value of 7086be is 0.59.

The process color (four color CMYK) of #7086be color hex is 0.41, 0.29, 0.00, 0.25. Web safe color of #7086be is #6699cc. Color #7086be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10000110 10111110
Octal 160 206 276
Decimal 112 134 190
Hex 70 86 BE

RGB Percentages of Color #7086be

%25.69
%30.73
%43.58

CMYK Percentages of Color #7086be

%41
%29
%0
%25

Triadic Colors of #7086be

#7086be #be7086 #86be70

Analogous Colors of #7086be

#7086be #8170be #70adbe

Monochromatic Colors of #7086be

#7086be

Complementary Color

#7086be #bea870

#7086be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7086be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7086be Color CSS Codes

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

#7086be Text Font Color

<p style="color:#7086be">Text here</p>

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


#7086be Background Color

<div style="background-color:#7086be">
Div content here</div>

This div background color is #7086be


#7086be Border Color

<div style="border:3px solid #7086be">
Div here</div>

This div border color is #7086be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,134,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7086be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7086be;
  -webkit-box-shadow: 1px 1px 3px 2px #7086be;
  box-shadow:         1px 1px 3px 2px #7086be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7086be


Comments

No comments written yet.

Please login to write comment.