Color Hex Logo

#75496f Color Hex

#75496F
(117,73,111)
0 Favorites   0 Comments

Color spaces of #75496f

RGB 11773111
HSL0.860.230.37
HSV308°38°46°
CMYK 0.000.380.05   0.54
XYZ12.58799.694716.2467
Yxy9.69470.32670.2516
Hunter Lab31.136317.6761-9.1417
CIE-Lab37.288825.1707-14.2023

#75496f color RGB value is (117,73,111).

#75496f hex color red value is 117, green value is 73 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #75496f hue: 0.86 , saturation: 0.23 and the lightness value of 75496f is 0.37.

The process color (four color CMYK) of #75496f color hex is 0.00, 0.38, 0.05, 0.54. Web safe color of #75496f is #663366. Color #75496f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001001 01101111
Octal 165 111 157
Decimal 117 73 111
Hex 75 49 6F

RGB Percentages of Color #75496f

%38.87
%24.25
%36.88

CMYK Percentages of Color #75496f

%0
%38
%5
%54

Triadic Colors of #75496f

#75496f #6f7549 #496f75

Analogous Colors of #75496f

#75496f #754959 #654975

Monochromatic Colors of #75496f

#75496f

Complementary Color

#75496f #49754f

#75496f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75496f Color Preview on White Background

Lorem ipsum dolor sit amet.

#75496f Color CSS Codes

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

#75496f Text Font Color

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

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


#75496f Background Color

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

This div background color is #75496f


#75496f Border Color

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

This div border color is #75496f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,73,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75496f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75496f;
  -webkit-box-shadow: 1px 1px 3px 2px #75496f;
  box-shadow:         1px 1px 3px 2px #75496f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75496f


Comments

No comments written yet.

Please login to write comment.