Color Hex Logo

#756387 Color Hex

#756387
(117,99,135)
0 Favorites   0 Comments

Color spaces of #756387

RGB 11799135
HSL0.750.150.46
HSV270°27°53°
CMYK 0.130.270.00   0.47
XYZ16.171114.454924.8594
Yxy14.45490.29140.2605
Hunter Lab38.01969.3882-12.1535
CIE-Lab44.878414.6510-17.2755

#756387 color RGB value is (117,99,135).

#756387 hex color red value is 117, green value is 99 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #756387 hue: 0.75 , saturation: 0.15 and the lightness value of 756387 is 0.46.

The process color (four color CMYK) of #756387 color hex is 0.13, 0.27, 0.00, 0.47. Web safe color of #756387 is #666699. Color #756387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100011 10000111
Octal 165 143 207
Decimal 117 99 135
Hex 75 63 87

RGB Percentages of Color #756387

%33.33
%28.21
%38.46

CMYK Percentages of Color #756387

%13
%27
%0
%47

Triadic Colors of #756387

#756387 #877563 #638775

Analogous Colors of #756387

#756387 #876387 #636387

Monochromatic Colors of #756387

#756387

Complementary Color

#756387 #758763

#756387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#756387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#756387 Color CSS Codes

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

#756387 Text Font Color

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

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


#756387 Background Color

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

This div background color is #756387


#756387 Border Color

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

This div border color is #756387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #756387


Comments

No comments written yet.

Please login to write comment.