Color Hex Logo

#7493db Color Hex

#7493DB
(116,147,219)
0 Favorites   0 Comments

Color spaces of #7493db

RGB 116147219
HSL0.620.590.66
HSV222°47°86°
CMYK 0.470.330.00   0.14
XYZ30.422429.694971.1461
Yxy29.69490.23180.2262
Hunter Lab54.49304.2903-39.2639
CIE-Lab61.39018.4449-40.1198

#7493db color RGB value is (116,147,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 11011011
Octal 164 223 333
Decimal 116 147 219
Hex 74 93 DB

RGB Percentages of Color #7493db

%24.07
%30.50
%45.44

CMYK Percentages of Color #7493db

%47
%33
%0
%14

Triadic Colors of #7493db

#7493db #db7493 #93db74

Analogous Colors of #7493db

#7493db #8974db #74c7db

Monochromatic Colors of #7493db

#7493db

Complementary Color

#7493db #dbbc74

#7493db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7493db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7493db Color CSS Codes

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

#7493db Text Font Color

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

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


#7493db Background Color

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

This div background color is #7493db


#7493db Border Color

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

This div border color is #7493db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7493db


Comments

No comments written yet.

Please login to write comment.