Color Hex Logo

#757aaf Color Hex

#757AAF
(117,122,175)
0 Favorites   0 Comments

Color spaces of #757aaf

RGB 117122175
HSL0.650.270.57
HSV235°33°69°
CMYK 0.330.300.00   0.31
XYZ22.033520.796143.4102
Yxy20.79610.25550.2411
Hunter Lab45.60276.4396-24.5175
CIE-Lab52.725610.9197-28.7074

#757aaf color RGB value is (117,122,175).

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

The process color (four color CMYK) of #757aaf color hex is 0.33, 0.30, 0.00, 0.31. Web safe color of #757aaf is #666699. Color #757aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01111010 10101111
Octal 165 172 257
Decimal 117 122 175
Hex 75 7A AF

RGB Percentages of Color #757aaf

%28.26
%29.47
%42.27

CMYK Percentages of Color #757aaf

%33
%30
%0
%31

Triadic Colors of #757aaf

#757aaf #af757a #7aaf75

Analogous Colors of #757aaf

#757aaf #8d75af #7597af

Monochromatic Colors of #757aaf

#757aaf

Complementary Color

#757aaf #afaa75

#757aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#757aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#757aaf Color CSS Codes

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

#757aaf Text Font Color

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

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


#757aaf Background Color

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

This div background color is #757aaf


#757aaf Border Color

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

This div border color is #757aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #757aaf


Comments

No comments written yet.

Please login to write comment.