Color Hex Logo

#7491db Color Hex

#7491DB
(116,145,219)
0 Favorites   0 Comments

Color spaces of #7491db

RGB 116145219
HSL0.620.590.66
HSV223°47°86°
CMYK 0.470.340.00   0.14
XYZ30.114029.078371.0433
Yxy29.07830.23120.2233
Hunter Lab53.92435.3157-40.3654
CIE-Lab60.85079.6102-40.9662

#7491db color RGB value is (116,145,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010001 11011011
Octal 164 221 333
Decimal 116 145 219
Hex 74 91 DB

RGB Percentages of Color #7491db

%24.17
%30.21
%45.63

CMYK Percentages of Color #7491db

%47
%34
%0
%14

Triadic Colors of #7491db

#7491db #db7491 #91db74

Analogous Colors of #7491db

#7491db #8b74db #74c5db

Monochromatic Colors of #7491db

#7491db

Complementary Color

#7491db #dbbe74

#7491db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7491db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7491db Color CSS Codes

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

#7491db Text Font Color

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

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


#7491db Background Color

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

This div background color is #7491db


#7491db Border Color

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

This div border color is #7491db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7491db


Comments

No comments written yet.

Please login to write comment.