Color Hex Logo

#7493bf Color Hex

#7493BF
(116,147,191)
0 Favorites   0 Comments

Color spaces of #7493bf

RGB 116147191
HSL0.600.370.60
HSV215°39°75°
CMYK 0.390.230.00   0.25
XYZ27.040128.342053.3356
Yxy28.34200.24870.2607
Hunter Lab53.2372-2.5019-22.1335
CIE-Lab60.19650.4135-26.2847

#7493bf color RGB value is (116,147,191).

#7493bf hex color red value is 116, green value is 147 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7493bf hue: 0.60 , saturation: 0.37 and the lightness value of 7493bf is 0.60.

The process color (four color CMYK) of #7493bf color hex is 0.39, 0.23, 0.00, 0.25. Web safe color of #7493bf is #6699cc. Color #7493bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 10010011 10111111
Octal 164 223 277
Decimal 116 147 191
Hex 74 93 BF

RGB Percentages of Color #7493bf

%25.55
%32.38
%42.07

CMYK Percentages of Color #7493bf

%39
%23
%0
%25

Triadic Colors of #7493bf

#7493bf #bf7493 #93bf74

Analogous Colors of #7493bf

#7493bf #7b74bf #74b9bf

Monochromatic Colors of #7493bf

#7493bf

Complementary Color

#7493bf #bfa074

#7493bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7493bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7493bf Color CSS Codes

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

#7493bf Text Font Color

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

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


#7493bf Background Color

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

This div background color is #7493bf


#7493bf Border Color

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

This div border color is #7493bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,147,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7493bf


Comments

No comments written yet.

Please login to write comment.