Color Hex Logo

#756699 Color Hex

#756699
(117,102,153)
0 Favorites   0 Comments

Color spaces of #756699

RGB 117102153
HSL0.720.200.50
HSV258°33°60°
CMYK 0.240.330.00   0.40
XYZ17.837315.584632.2050
Yxy15.58460.27180.2375
Hunter Lab39.477311.5675-20.7337
CIE-Lab46.424717.1921-25.6265

#756699 color RGB value is (117,102,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 10011001
Octal 165 146 231
Decimal 117 102 153
Hex 75 66 99

RGB Percentages of Color #756699

%31.45
%27.42
%41.13

CMYK Percentages of Color #756699

%24
%33
%0
%40

Triadic Colors of #756699

#756699 #997566 #669975

Analogous Colors of #756699

#756699 #8f6699 #667199

Monochromatic Colors of #756699

#756699

Complementary Color

#756699 #8a9966

#756699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756699 Color CSS Codes

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

#756699 Text Font Color

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

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


#756699 Background Color

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

This div background color is #756699


#756699 Border Color

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

This div border color is #756699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756699


Comments

No comments written yet.

Please login to write comment.