Color Hex Logo

#759caf Color Hex

#759CAF
(117,156,175)
0 Favorites   0 Comments

Color spaces of #759caf

RGB 117156175
HSL0.550.270.57
HSV200°33°69°
CMYK 0.330.110.00   0.31
XYZ26.962430.654045.0532
Yxy30.65400.26260.2986
Hunter Lab55.3661-9.9639-9.4900
CIE-Lab62.2145-8.6000-14.1814

#759caf color RGB value is (117,156,175).

#759caf hex color red value is 117, green value is 156 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #759caf hue: 0.55 , saturation: 0.27 and the lightness value of 759caf is 0.57.

The process color (four color CMYK) of #759caf color hex is 0.33, 0.11, 0.00, 0.31. Web safe color of #759caf is #669999. Color #759caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10011100 10101111
Octal 165 234 257
Decimal 117 156 175
Hex 75 9C AF

RGB Percentages of Color #759caf

%26.12
%34.82
%39.06

CMYK Percentages of Color #759caf

%33
%11
%0
%31

Triadic Colors of #759caf

#759caf #af759c #9caf75

Analogous Colors of #759caf

#759caf #757faf #75afa5

Monochromatic Colors of #759caf

#759caf

Complementary Color

#759caf #af8875

#759caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#759caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#759caf Color CSS Codes

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

#759caf Text Font Color

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

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


#759caf Background Color

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

This div background color is #759caf


#759caf Border Color

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

This div border color is #759caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #759caf


Comments

No comments written yet.

Please login to write comment.