Color Hex Logo

#75639e Color Hex

#75639E
(117,99,158)
0 Favorites   0 Comments

Color spaces of #75639e

RGB 11799158
HSL0.720.230.50
HSV258°37°62°
CMYK 0.260.370.00   0.38
XYZ17.969515.174234.3296
Yxy15.17420.26630.2249
Hunter Lab38.954114.1723-24.9835
CIE-Lab45.871920.2805-29.4478

#75639e color RGB value is (117,99,158).

#75639e hex color red value is 117, green value is 99 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #75639e hue: 0.72 , saturation: 0.23 and the lightness value of 75639e is 0.50.

The process color (four color CMYK) of #75639e color hex is 0.26, 0.37, 0.00, 0.38. Web safe color of #75639e is #666699. Color #75639e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100011 10011110
Octal 165 143 236
Decimal 117 99 158
Hex 75 63 9E

RGB Percentages of Color #75639e

%31.28
%26.47
%42.25

CMYK Percentages of Color #75639e

%26
%37
%0
%38

Triadic Colors of #75639e

#75639e #9e7563 #639e75

Analogous Colors of #75639e

#75639e #93639e #636f9e

Monochromatic Colors of #75639e

#75639e

Complementary Color

#75639e #8c9e63

#75639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75639e Color CSS Codes

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

#75639e Text Font Color

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

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


#75639e Background Color

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

This div background color is #75639e


#75639e Border Color

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

This div border color is #75639e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75639e


Comments

No comments written yet.

Please login to write comment.