Color Hex Logo

#758aaf Color Hex

#758AAF
(117,138,175)
0 Favorites   0 Comments

Color spaces of #758aaf

RGB 117138175
HSL0.610.270.57
HSV218°33°69°
CMYK 0.330.210.00   0.31
XYZ24.162525.054044.1198
Yxy25.05400.25890.2684
Hunter Lab50.0540-1.4273-17.2231
CIE-Lab57.12801.5343-21.9148

#758aaf color RGB value is (117,138,175).

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

The process color (four color CMYK) of #758aaf color hex is 0.33, 0.21, 0.00, 0.31. Web safe color of #758aaf is #669999. Color #758aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001010 10101111
Octal 165 212 257
Decimal 117 138 175
Hex 75 8A AF

RGB Percentages of Color #758aaf

%27.21
%32.09
%40.70

CMYK Percentages of Color #758aaf

%33
%21
%0
%31

Triadic Colors of #758aaf

#758aaf #af758a #8aaf75

Analogous Colors of #758aaf

#758aaf #7d75af #75a7af

Monochromatic Colors of #758aaf

#758aaf

Complementary Color

#758aaf #af9a75

#758aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#758aaf Color CSS Codes

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

#758aaf Text Font Color

<p style="color:#758aaf">Text here</p>

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


#758aaf Background Color

<div style="background-color:#758aaf">
Div content here</div>

This div background color is #758aaf


#758aaf Border Color

<div style="border:3px solid #758aaf">
Div here</div>

This div border color is #758aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758aaf

#758aaf Color Palettes


Comments

No comments written yet.

Please login to write comment.