Color Hex Logo

#756daf Color Hex

#756DAF
(117,109,175)
0 Favorites   0 Comments

Color spaces of #756daf

RGB 117109175
HSL0.690.290.56
HSV247°38°69°
CMYK 0.330.380.00   0.31
XYZ20.542617.814342.9132
Yxy17.81430.25280.2192
Hunter Lab42.207013.0157-30.7372
CIE-Lab49.270118.7240-34.1012

#756daf color RGB value is (117,109,175).

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

The process color (four color CMYK) of #756daf color hex is 0.33, 0.38, 0.00, 0.31. Web safe color of #756daf is #666699. Color #756daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01101101 10101111
Octal 165 155 257
Decimal 117 109 175
Hex 75 6D AF

RGB Percentages of Color #756daf

%29.18
%27.18
%43.64

CMYK Percentages of Color #756daf

%33
%38
%0
%31

Triadic Colors of #756daf

#756daf #af756d #6daf75

Analogous Colors of #756daf

#756daf #966daf #6d86af

Monochromatic Colors of #756daf

#756daf

Complementary Color

#756daf #a7af6d

#756daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#756daf Color CSS Codes

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

#756daf Text Font Color

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

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


#756daf Background Color

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

This div background color is #756daf


#756daf Border Color

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

This div border color is #756daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756daf


Comments

No comments written yet.

Please login to write comment.