Color Hex Logo

#756fad Color Hex

#756FAD
(117,111,173)
0 Favorites   0 Comments

Color spaces of #756fad

RGB 117111173
HSL0.680.270.56
HSV246°36°68°
CMYK 0.320.360.00   0.32
XYZ20.563418.167941.9581
Yxy18.16790.25480.2252
Hunter Lab42.623811.5237-28.5273
CIE-Lab49.699116.9760-32.2655

#756fad color RGB value is (117,111,173).

#756fad hex color red value is 117, green value is 111 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #756fad hue: 0.68 , saturation: 0.27 and the lightness value of 756fad is 0.56.

The process color (four color CMYK) of #756fad color hex is 0.32, 0.36, 0.00, 0.32. Web safe color of #756fad is #666699. Color #756fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101111 10101101
Octal 165 157 255
Decimal 117 111 173
Hex 75 6F AD

RGB Percentages of Color #756fad

%29.18
%27.68
%43.14

CMYK Percentages of Color #756fad

%32
%36
%0
%32

Triadic Colors of #756fad

#756fad #ad756f #6fad75

Analogous Colors of #756fad

#756fad #946fad #6f88ad

Monochromatic Colors of #756fad

#756fad

Complementary Color

#756fad #a7ad6f

#756fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#756fad Color CSS Codes

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

#756fad Text Font Color

<p style="color:#756fad">Text here</p>

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


#756fad Background Color

<div style="background-color:#756fad">
Div content here</div>

This div background color is #756fad


#756fad Border Color

<div style="border:3px solid #756fad">
Div here</div>

This div border color is #756fad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,111,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756fad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756fad;
  -webkit-box-shadow: 1px 1px 3px 2px #756fad;
  box-shadow:         1px 1px 3px 2px #756fad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756fad


Comments

No comments written yet.

Please login to write comment.