Color Hex Logo

#7594bf Color Hex

#7594BF
(117,148,191)
0 Favorites   0 Comments

Color spaces of #7594bf

RGB 117148191
HSL0.600.370.60
HSV215°39°75°
CMYK 0.390.230.00   0.25
XYZ27.330028.723353.3939
Yxy28.72330.24970.2624
Hunter Lab53.5941-2.7647-21.5526
CIE-Lab60.53660.1182-25.7556

#7594bf color RGB value is (117,148,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010100 10111111
Octal 165 224 277
Decimal 117 148 191
Hex 75 94 BF

RGB Percentages of Color #7594bf

%25.66
%32.46
%41.89

CMYK Percentages of Color #7594bf

%39
%23
%0
%25

Triadic Colors of #7594bf

#7594bf #bf7594 #94bf75

Analogous Colors of #7594bf

#7594bf #7b75bf #75b9bf

Monochromatic Colors of #7594bf

#7594bf

Complementary Color

#7594bf #bfa075

#7594bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7594bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7594bf Color CSS Codes

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

#7594bf Text Font Color

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

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


#7594bf Background Color

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

This div background color is #7594bf


#7594bf Border Color

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

This div border color is #7594bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,148,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 #7594bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7594bf


Comments

No comments written yet.

Please login to write comment.