Color Hex Logo

#758faf Color Hex

#758FAF
(117,143,175)
0 Favorites   0 Comments

Color spaces of #758faf

RGB 117143175
HSL0.590.270.57
HSV213°33°69°
CMYK 0.330.180.00   0.31
XYZ24.896426.522044.3645
Yxy26.52200.25990.2769
Hunter Lab51.4995-3.8319-15.0260
CIE-Lab58.5292-1.3307-19.7719

#758faf color RGB value is (117,143,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001111 10101111
Octal 165 217 257
Decimal 117 143 175
Hex 75 8F AF

RGB Percentages of Color #758faf

%26.90
%32.87
%40.23

CMYK Percentages of Color #758faf

%33
%18
%0
%31

Triadic Colors of #758faf

#758faf #af758f #8faf75

Analogous Colors of #758faf

#758faf #7875af #75acaf

Monochromatic Colors of #758faf

#758faf

Complementary Color

#758faf #af9575

#758faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#758faf Color CSS Codes

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

#758faf Text Font Color

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

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


#758faf Background Color

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

This div background color is #758faf


#758faf Border Color

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

This div border color is #758faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758faf


Comments

No comments written yet.

Please login to write comment.