Color Hex Logo

#759fbc Color Hex

#759FBC
(117,159,188)
0 Favorites   0 Comments

Color spaces of #759fbc

RGB 117159188
HSL0.570.350.60
HSV205°38°74°
CMYK 0.380.150.00   0.26
XYZ28.811432.209052.2754
Yxy32.20900.25430.2843
Hunter Lab56.7530-8.6998-14.8852
CIE-Lab63.5152-6.8624-19.5110

#759fbc color RGB value is (117,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011111 10111100
Octal 165 237 274
Decimal 117 159 188
Hex 75 9F BC

RGB Percentages of Color #759fbc

%25.22
%34.27
%40.52

CMYK Percentages of Color #759fbc

%38
%15
%0
%26

Triadic Colors of #759fbc

#759fbc #bc759f #9fbc75

Analogous Colors of #759fbc

#759fbc #757cbc #75bcb6

Monochromatic Colors of #759fbc

#759fbc

Complementary Color

#759fbc #bc9275

#759fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#759fbc Color CSS Codes

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

#759fbc Text Font Color

<p style="color:#759fbc">Text here</p>

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


#759fbc Background Color

<div style="background-color:#759fbc">
Div content here</div>

This div background color is #759fbc


#759fbc Border Color

<div style="border:3px solid #759fbc">
Div here</div>

This div border color is #759fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759fbc


Comments

No comments written yet.

Please login to write comment.