Color Hex Logo

#759fbd Color Hex

#759FBD
(117,159,189)
0 Favorites   0 Comments

Color spaces of #759fbd

RGB 117159189
HSL0.570.350.60
HSV205°38°74°
CMYK 0.380.160.00   0.26
XYZ28.919632.252352.8452
Yxy32.25230.25360.2829
Hunter Lab56.7911-8.4873-15.4167
CIE-Lab63.5509-6.5960-20.0165

#759fbd color RGB value is (117,159,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011111 10111101
Octal 165 237 275
Decimal 117 159 189
Hex 75 9F BD

RGB Percentages of Color #759fbd

%25.16
%34.19
%40.65

CMYK Percentages of Color #759fbd

%38
%16
%0
%26

Triadic Colors of #759fbd

#759fbd #bd759f #9fbd75

Analogous Colors of #759fbd

#759fbd #757bbd #75bdb7

Monochromatic Colors of #759fbd

#759fbd

Complementary Color

#759fbd #bd9375

#759fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#759fbd Color CSS Codes

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

#759fbd Text Font Color

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

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


#759fbd Background Color

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

This div background color is #759fbd


#759fbd Border Color

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

This div border color is #759fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759fbd


Comments

No comments written yet.

Please login to write comment.