Color Hex Logo

#757aba Color Hex

#757ABA
(117,122,186)
0 Favorites   0 Comments

Color spaces of #757aba

RGB 117122186
HSL0.650.330.59
HSV236°37°73°
CMYK 0.370.340.00   0.27
XYZ23.158621.246149.3347
Yxy21.24610.24710.2267
Hunter Lab46.09359.0196-31.1937
CIE-Lab53.217813.9398-34.2718

#757aba color RGB value is (117,122,186).

#757aba hex color red value is 117, green value is 122 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #757aba hue: 0.65 , saturation: 0.33 and the lightness value of 757aba is 0.59.

The process color (four color CMYK) of #757aba color hex is 0.37, 0.34, 0.00, 0.27. Web safe color of #757aba is #6666cc. Color #757aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 10111010
Octal 165 172 272
Decimal 117 122 186
Hex 75 7A BA

RGB Percentages of Color #757aba

%27.53
%28.71
%43.76

CMYK Percentages of Color #757aba

%37
%34
%0
%27

Triadic Colors of #757aba

#757aba #ba757a #7aba75

Analogous Colors of #757aba

#757aba #9375ba #759dba

Monochromatic Colors of #757aba

#757aba

Complementary Color

#757aba #bab575

#757aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#757aba Color CSS Codes

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

#757aba Text Font Color

<p style="color:#757aba">Text here</p>

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


#757aba Background Color

<div style="background-color:#757aba">
Div content here</div>

This div background color is #757aba


#757aba Border Color

<div style="border:3px solid #757aba">
Div here</div>

This div border color is #757aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,122,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #757aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #757aba;
  -webkit-box-shadow: 1px 1px 3px 2px #757aba;
  box-shadow:         1px 1px 3px 2px #757aba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757aba


Comments

No comments written yet.

Please login to write comment.