Color Hex Logo

#7596bc Color Hex

#7596BC
(117,150,188)
0 Favorites   0 Comments

Color spaces of #7596bc

RGB 117150188
HSL0.590.350.60
HSV212°38°74°
CMYK 0.380.200.00   0.26
XYZ27.319629.225451.7781
Yxy29.22540.25220.2698
Hunter Lab54.0605-4.4006-18.9444
CIE-Lab60.9800-1.8348-23.3839

#7596bc color RGB value is (117,150,188).

#7596bc hex color red value is 117, green value is 150 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7596bc hue: 0.59 , saturation: 0.35 and the lightness value of 7596bc is 0.60.

The process color (four color CMYK) of #7596bc color hex is 0.38, 0.20, 0.00, 0.26. Web safe color of #7596bc is #6699cc. Color #7596bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10010110 10111100
Octal 165 226 274
Decimal 117 150 188
Hex 75 96 BC

RGB Percentages of Color #7596bc

%25.71
%32.97
%41.32

CMYK Percentages of Color #7596bc

%38
%20
%0
%26

Triadic Colors of #7596bc

#7596bc #bc7596 #96bc75

Analogous Colors of #7596bc

#7596bc #7875bc #75babc

Monochromatic Colors of #7596bc

#7596bc

Complementary Color

#7596bc #bc9b75

#7596bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7596bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7596bc Color CSS Codes

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

#7596bc Text Font Color

<p style="color:#7596bc">Text here</p>

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


#7596bc Background Color

<div style="background-color:#7596bc">
Div content here</div>

This div background color is #7596bc


#7596bc Border Color

<div style="border:3px solid #7596bc">
Div here</div>

This div border color is #7596bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,150,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7596bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7596bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7596bc;
  box-shadow:         1px 1px 3px 2px #7596bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,150,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7596bc


Comments

No comments written yet.

Please login to write comment.