Color Hex Logo

#758faa Color Hex

#758FAA
(117,143,170)
0 Favorites   0 Comments

Color spaces of #758faa

RGB 117143170
HSL0.580.240.56
HSV211°31°67°
CMYK 0.310.160.00   0.33
XYZ24.414326.329141.8255
Yxy26.32910.26370.2844
Hunter Lab51.3119-4.8651-12.4103
CIE-Lab58.3481-2.6284-17.2000

#758faa color RGB value is (117,143,170).

#758faa hex color red value is 117, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #758faa hue: 0.58 , saturation: 0.24 and the lightness value of 758faa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001111 10101010
Octal 165 217 252
Decimal 117 143 170
Hex 75 8F AA

RGB Percentages of Color #758faa

%27.21
%33.26
%39.53

CMYK Percentages of Color #758faa

%31
%16
%0
%33

Triadic Colors of #758faa

#758faa #aa758f #8faa75

Analogous Colors of #758faa

#758faa #7675aa #75aaaa

Monochromatic Colors of #758faa

#758faa

Complementary Color

#758faa #aa9075

#758faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#758faa Color CSS Codes

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

#758faa Text Font Color

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

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


#758faa Background Color

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

This div background color is #758faa


#758faa Border Color

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

This div border color is #758faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758faa


Comments

No comments written yet.

Please login to write comment.