Color Hex Logo

#757aac Color Hex

#757AAC
(117,122,172)
0 Favorites   0 Comments

Color spaces of #757aac

RGB 117122172
HSL0.650.250.57
HSV235°32°67°
CMYK 0.320.290.00   0.33
XYZ21.742020.679541.8753
Yxy20.67950.25790.2453
Hunter Lab45.47475.7622-22.7648
CIE-Lab52.596910.1139-27.1735

#757aac color RGB value is (117,122,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 10101100
Octal 165 172 254
Decimal 117 122 172
Hex 75 7A AC

RGB Percentages of Color #757aac

%28.47
%29.68
%41.85

CMYK Percentages of Color #757aac

%32
%29
%0
%33

Triadic Colors of #757aac

#757aac #ac757a #7aac75

Analogous Colors of #757aac

#757aac #8c75ac #7596ac

Monochromatic Colors of #757aac

#757aac

Complementary Color

#757aac #aca775

#757aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#757aac Color CSS Codes

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

#757aac Text Font Color

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

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


#757aac Background Color

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

This div background color is #757aac


#757aac Border Color

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

This div border color is #757aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757aac


Comments

No comments written yet.

Please login to write comment.