Color Hex Logo

#756dac Color Hex

#756DAC
(117,109,172)
0 Favorites   0 Comments

Color spaces of #756dac

RGB 117109172
HSL0.690.280.55
HSV248°37°67°
CMYK 0.320.370.00   0.33
XYZ20.251217.697741.3784
Yxy17.69770.25530.2231
Hunter Lab42.068612.3071-28.8692
CIE-Lab49.127417.9136-32.5779

#756dac color RGB value is (117,109,172).

#756dac hex color red value is 117, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #756dac hue: 0.69 , saturation: 0.28 and the lightness value of 756dac is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101101 10101100
Octal 165 155 254
Decimal 117 109 172
Hex 75 6D AC

RGB Percentages of Color #756dac

%29.40
%27.39
%43.22

CMYK Percentages of Color #756dac

%32
%37
%0
%33

Triadic Colors of #756dac

#756dac #ac756d #6dac75

Analogous Colors of #756dac

#756dac #956dac #6d85ac

Monochromatic Colors of #756dac

#756dac

Complementary Color

#756dac #a4ac6d

#756dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#756dac Color CSS Codes

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

#756dac Text Font Color

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

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


#756dac Background Color

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

This div background color is #756dac


#756dac Border Color

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

This div border color is #756dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756dac


Comments

No comments written yet.

Please login to write comment.