Color Hex Logo

#756799 Color Hex

#756799
(117,103,153)
0 Favorites   0 Comments

Color spaces of #756799

RGB 117103153
HSL0.710.200.50
HSV257°33°60°
CMYK 0.240.330.00   0.40
XYZ17.936115.782332.2379
Yxy15.78230.27190.2393
Hunter Lab39.726911.0678-20.3042
CIE-Lab46.687616.5866-25.2186

#756799 color RGB value is (117,103,153).

#756799 hex color red value is 117, green value is 103 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #756799 hue: 0.71 , saturation: 0.20 and the lightness value of 756799 is 0.50.

The process color (four color CMYK) of #756799 color hex is 0.24, 0.33, 0.00, 0.40. Web safe color of #756799 is #666699. Color #756799 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100111 10011001
Octal 165 147 231
Decimal 117 103 153
Hex 75 67 99

RGB Percentages of Color #756799

%31.37
%27.61
%41.02

CMYK Percentages of Color #756799

%24
%33
%0
%40

Triadic Colors of #756799

#756799 #997567 #679975

Analogous Colors of #756799

#756799 #8e6799 #677299

Monochromatic Colors of #756799

#756799

Complementary Color

#756799 #8b9967

#756799 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756799 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756799 Color CSS Codes

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

#756799 Text Font Color

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

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


#756799 Background Color

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

This div background color is #756799


#756799 Border Color

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

This div border color is #756799


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,103,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #756799; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #756799;
  -webkit-box-shadow: 1px 1px 3px 2px #756799;
  box-shadow:         1px 1px 3px 2px #756799; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756799


Comments

No comments written yet.

Please login to write comment.