Color Hex Logo

#75688f Color Hex

#75688F
(117,104,143)
0 Favorites   0 Comments

Color spaces of #75688f

RGB 117104143
HSL0.720.160.48
HSV260°27°56°
CMYK 0.180.270.00   0.44
XYZ17.244415.665728.1015
Yxy15.66570.28260.2568
Hunter Lab39.57998.5050-14.3896
CIE-Lab46.532813.5186-19.5214

#75688f color RGB value is (117,104,143).

#75688f hex color red value is 117, green value is 104 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #75688f hue: 0.72 , saturation: 0.16 and the lightness value of 75688f is 0.48.

The process color (four color CMYK) of #75688f color hex is 0.18, 0.27, 0.00, 0.44. Web safe color of #75688f is #666699. Color #75688f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101000 10001111
Octal 165 150 217
Decimal 117 104 143
Hex 75 68 8F

RGB Percentages of Color #75688f

%32.14
%28.57
%39.29

CMYK Percentages of Color #75688f

%18
%27
%0
%44

Triadic Colors of #75688f

#75688f #8f7568 #688f75

Analogous Colors of #75688f

#75688f #89688f #686f8f

Monochromatic Colors of #75688f

#75688f

Complementary Color

#75688f #828f68

#75688f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75688f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75688f Color CSS Codes

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

#75688f Text Font Color

<p style="color:#75688f">Text here</p>

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


#75688f Background Color

<div style="background-color:#75688f">
Div content here</div>

This div background color is #75688f


#75688f Border Color

<div style="border:3px solid #75688f">
Div here</div>

This div border color is #75688f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,104,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75688f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75688f;
  -webkit-box-shadow: 1px 1px 3px 2px #75688f;
  box-shadow:         1px 1px 3px 2px #75688f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75688f


Comments

No comments written yet.

Please login to write comment.