Color Hex Logo

#756697 Color Hex

#756697
(117,102,151)
0 Favorites   0 Comments

Color spaces of #756697

RGB 117102151
HSL0.720.190.50
HSV258°32°59°
CMYK 0.230.320.00   0.41
XYZ17.673415.519031.3421
Yxy15.51900.27390.2405
Hunter Lab39.394211.1407-19.5954
CIE-Lab46.337016.6907-24.5767

#756697 color RGB value is (117,102,151).

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

The process color (four color CMYK) of #756697 color hex is 0.23, 0.32, 0.00, 0.41. Web safe color of #756697 is #666699. Color #756697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100110 10010111
Octal 165 146 227
Decimal 117 102 151
Hex 75 66 97

RGB Percentages of Color #756697

%31.62
%27.57
%40.81

CMYK Percentages of Color #756697

%23
%32
%0
%41

Triadic Colors of #756697

#756697 #977566 #669775

Analogous Colors of #756697

#756697 #8e6697 #667097

Monochromatic Colors of #756697

#756697

Complementary Color

#756697 #889766

#756697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756697 Color CSS Codes

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

#756697 Text Font Color

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

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


#756697 Background Color

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

This div background color is #756697


#756697 Border Color

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

This div border color is #756697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756697


Comments

No comments written yet.

Please login to write comment.