Color Hex Logo

#757aab Color Hex

#757AAB
(117,122,171)
0 Favorites   0 Comments

Color spaces of #757aab

RGB 117122171
HSL0.650.240.56
HSV234°32°67°
CMYK 0.320.290.00   0.33
XYZ21.646320.641241.3714
Yxy20.64120.25870.2467
Hunter Lab45.43265.5391-22.1873
CIE-Lab52.55469.8472-26.6608

#757aab color RGB value is (117,122,171).

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

The process color (four color CMYK) of #757aab color hex is 0.32, 0.29, 0.00, 0.33. Web safe color of #757aab is #666699. Color #757aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 10101011
Octal 165 172 253
Decimal 117 122 171
Hex 75 7A AB

RGB Percentages of Color #757aab

%28.54
%29.76
%41.71

CMYK Percentages of Color #757aab

%32
%29
%0
%33

Triadic Colors of #757aab

#757aab #ab757a #7aab75

Analogous Colors of #757aab

#757aab #8b75ab #7595ab

Monochromatic Colors of #757aab

#757aab

Complementary Color

#757aab #aba675

#757aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#757aab Color CSS Codes

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

#757aab Text Font Color

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

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


#757aab Background Color

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

This div background color is #757aab


#757aab Border Color

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

This div border color is #757aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757aab


Comments

No comments written yet.

Please login to write comment.