Color Hex Logo

#75486e Color Hex

#75486E
(117,72,110)
0 Favorites   0 Comments

Color spaces of #75486e

RGB 11772110
HSL0.860.240.37
HSV309°38°46°
CMYK 0.000.380.06   0.54
XYZ12.46809.542415.9366
Yxy9.54240.32860.2515
Hunter Lab30.890817.9865-8.9643
CIE-Lab37.008325.5681-14.0067

#75486e color RGB value is (117,72,110).

#75486e hex color red value is 117, green value is 72 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #75486e hue: 0.86 , saturation: 0.24 and the lightness value of 75486e is 0.37.

The process color (four color CMYK) of #75486e color hex is 0.00, 0.38, 0.06, 0.54. Web safe color of #75486e is #663366. Color #75486e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01001000 01101110
Octal 165 110 156
Decimal 117 72 110
Hex 75 48 6E

RGB Percentages of Color #75486e

%39.13
%24.08
%36.79

CMYK Percentages of Color #75486e

%0
%38
%6
%54

Triadic Colors of #75486e

#75486e #6e7548 #486e75

Analogous Colors of #75486e

#75486e #754858 #664875

Monochromatic Colors of #75486e

#75486e

Complementary Color

#75486e #48754f

#75486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75486e Color CSS Codes

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

#75486e Text Font Color

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

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


#75486e Background Color

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

This div background color is #75486e


#75486e Border Color

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

This div border color is #75486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75486e


Comments

No comments written yet.

Please login to write comment.