Color Hex Logo

#7091db Color Hex

#7091DB
(112,145,219)
0 Favorites   0 Comments

Color spaces of #7091db

RGB 112145219
HSL0.620.600.65
HSV221°49°86°
CMYK 0.490.340.00   0.14
XYZ29.593728.810071.0190
Yxy28.81000.22870.2226
Hunter Lab53.67494.4849-40.8760
CIE-Lab60.61368.6577-41.3552

#7091db color RGB value is (112,145,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010001 11011011
Octal 160 221 333
Decimal 112 145 219
Hex 70 91 DB

RGB Percentages of Color #7091db

%23.53
%30.46
%46.01

CMYK Percentages of Color #7091db

%49
%34
%0
%14

Triadic Colors of #7091db

#7091db #db7091 #91db70

Analogous Colors of #7091db

#7091db #8570db #70c7db

Monochromatic Colors of #7091db

#7091db

Complementary Color

#7091db #dbba70

#7091db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7091db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7091db Color CSS Codes

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

#7091db Text Font Color

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

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


#7091db Background Color

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

This div background color is #7091db


#7091db Border Color

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

This div border color is #7091db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7091db


Comments

No comments written yet.

Please login to write comment.