Color Hex Logo

#758baf Color Hex

#758BAF
(117,139,175)
0 Favorites   0 Comments

Color spaces of #758baf

RGB 117139175
HSL0.600.270.57
HSV217°33°69°
CMYK 0.330.210.00   0.31
XYZ24.306625.342344.1679
Yxy25.34230.25910.2701
Hunter Lab50.3411-1.9105-16.7806
CIE-Lab57.40740.9582-21.4868

#758baf color RGB value is (117,139,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 10001011 10101111
Octal 165 213 257
Decimal 117 139 175
Hex 75 8B AF

RGB Percentages of Color #758baf

%27.15
%32.25
%40.60

CMYK Percentages of Color #758baf

%33
%21
%0
%31

Triadic Colors of #758baf

#758baf #af758b #8baf75

Analogous Colors of #758baf

#758baf #7c75af #75a8af

Monochromatic Colors of #758baf

#758baf

Complementary Color

#758baf #af9975

#758baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#758baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#758baf Color CSS Codes

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

#758baf Text Font Color

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

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


#758baf Background Color

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

This div background color is #758baf


#758baf Border Color

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

This div border color is #758baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #758baf


Comments

No comments written yet.

Please login to write comment.