Color Hex Logo

#75759e Color Hex

#75759E
(117,117,158)
0 Favorites   0 Comments

Color spaces of #75759e

RGB 117117158
HSL0.670.170.54
HSV240°26°62°
CMYK 0.260.260.00   0.38
XYZ19.869018.973134.9627
Yxy18.97310.26920.2571
Hunter Lab43.55815.1959-17.0995
CIE-Lab50.65579.4353-22.0315

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

#75759e hex color red value is 117, green value is 117 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #75759e hue: 0.67 , saturation: 0.17 and the lightness value of 75759e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01110101 10011110
Octal 165 165 236
Decimal 117 117 158
Hex 75 75 9E

RGB Percentages of Color #75759e

%29.85
%29.85
%40.31

CMYK Percentages of Color #75759e

%26
%26
%0
%38

Triadic Colors of #75759e

#75759e #9e7575 #759e75

Analogous Colors of #75759e

#75759e #8a759e #758a9e

Monochromatic Colors of #75759e

#75759e

Complementary Color

#75759e #9e9e75

#75759e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75759e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75759e Color CSS Codes

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

#75759e Text Font Color

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

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


#75759e Background Color

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

This div background color is #75759e


#75759e Border Color

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

This div border color is #75759e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75759e


Comments

No comments written yet.

Please login to write comment.