Color Hex Logo

#7060bd Color Hex

#7060BD
(112,96,189)
0 Favorites   0 Comments

Color spaces of #7060bd

RGB 11296189
HSL0.700.410.56
HSV250°49°74°
CMYK 0.410.490.00   0.26
XYZ20.050315.484650.0762
Yxy15.48460.23420.1809
Hunter Lab39.350522.0880-47.9053
CIE-Lab46.290929.1490-46.9805

#7060bd color RGB value is (112,96,189).

#7060bd hex color red value is 112, green value is 96 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7060bd hue: 0.70 , saturation: 0.41 and the lightness value of 7060bd is 0.56.

The process color (four color CMYK) of #7060bd color hex is 0.41, 0.49, 0.00, 0.26. Web safe color of #7060bd is #6666cc. Color #7060bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100000 10111101
Octal 160 140 275
Decimal 112 96 189
Hex 70 60 BD

RGB Percentages of Color #7060bd

%28.21
%24.18
%47.61

CMYK Percentages of Color #7060bd

%41
%49
%0
%26

Triadic Colors of #7060bd

#7060bd #bd7060 #60bd70

Analogous Colors of #7060bd

#7060bd #9f60bd #607fbd

Monochromatic Colors of #7060bd

#7060bd

Complementary Color

#7060bd #adbd60

#7060bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7060bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7060bd Color CSS Codes

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

#7060bd Text Font Color

<p style="color:#7060bd">Text here</p>

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


#7060bd Background Color

<div style="background-color:#7060bd">
Div content here</div>

This div background color is #7060bd


#7060bd Border Color

<div style="border:3px solid #7060bd">
Div here</div>

This div border color is #7060bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,96,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7060bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7060bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7060bd;
  box-shadow:         1px 1px 3px 2px #7060bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7060bd


Comments

No comments written yet.

Please login to write comment.