Color Hex Logo

#7062db Color Hex

#7062DB
(112,98,219)
0 Favorites   0 Comments

Color spaces of #7062db

RGB 11298219
HSL0.690.630.62
HSV247°55°86°
CMYK 0.490.550.00   0.14
XYZ23.836017.294669.0997
Yxy17.29460.21620.1569
Hunter Lab41.586829.5327-69.4043
CIE-Lab48.629136.7343-60.4413

#7062db color RGB value is (112,98,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 01100010 11011011
Octal 160 142 333
Decimal 112 98 219
Hex 70 62 DB

RGB Percentages of Color #7062db

%26.11
%22.84
%51.05

CMYK Percentages of Color #7062db

%49
%55
%0
%14

Triadic Colors of #7062db

#7062db #db7062 #62db70

Analogous Colors of #7062db

#7062db #ad62db #6291db

Monochromatic Colors of #7062db

#7062db

Complementary Color

#7062db #cddb62

#7062db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7062db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7062db Color CSS Codes

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

#7062db Text Font Color

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

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


#7062db Background Color

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

This div background color is #7062db


#7062db Border Color

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

This div border color is #7062db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,98,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 #7062db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7062db


Comments

No comments written yet.

Please login to write comment.