Color Hex Logo

#7060db Color Hex

#7060DB
(112,96,219)
0 Favorites   0 Comments

Color spaces of #7060db

RGB 11296219
HSL0.690.630.62
HSV248°56°86°
CMYK 0.490.560.00   0.14
XYZ23.651116.925069.0381
Yxy16.92500.21580.1544
Hunter Lab41.140030.6234-70.6981
CIE-Lab48.165437.9156-61.1897

#7060db color RGB value is (112,96,219).

#7060db hex color red value is 112, green value is 96 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7060db hue: 0.69 , saturation: 0.63 and the lightness value of 7060db is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100000 11011011
Octal 160 140 333
Decimal 112 96 219
Hex 70 60 DB

RGB Percentages of Color #7060db

%26.23
%22.48
%51.29

CMYK Percentages of Color #7060db

%49
%56
%0
%14

Triadic Colors of #7060db

#7060db #db7060 #60db70

Analogous Colors of #7060db

#7060db #ae60db #608edb

Monochromatic Colors of #7060db

#7060db

Complementary Color

#7060db #cbdb60

#7060db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7060db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7060db Color CSS Codes

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

#7060db Text Font Color

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

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


#7060db Background Color

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

This div background color is #7060db


#7060db Border Color

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

This div border color is #7060db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7060db


Comments

No comments written yet.

Please login to write comment.