Color Hex Logo

#75406c Color Hex

#75406C
(117,64,108)
0 Favorites   0 Comments

Color spaces of #75406c

RGB 11764108
HSL0.860.290.35
HSV310°45°46°
CMYK 0.000.450.08   0.54
XYZ11.87638.531415.2081
Yxy8.53140.33350.2395
Hunter Lab29.208621.4637-10.4247
CIE-Lab35.066029.8560-15.7244

#75406c color RGB value is (117,64,108).

#75406c hex color red value is 117, green value is 64 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #75406c hue: 0.86 , saturation: 0.29 and the lightness value of 75406c is 0.35.

The process color (four color CMYK) of #75406c color hex is 0.00, 0.45, 0.08, 0.54. Web safe color of #75406c is #663366. Color #75406c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 01101100
Octal 165 100 154
Decimal 117 64 108
Hex 75 40 6C

RGB Percentages of Color #75406c

%40.48
%22.15
%37.37

CMYK Percentages of Color #75406c

%0
%45
%8
%54

Triadic Colors of #75406c

#75406c #6c7540 #406c75

Analogous Colors of #75406c

#75406c #754052 #644075

Monochromatic Colors of #75406c

#75406c

Complementary Color

#75406c #407549

#75406c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75406c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75406c Color CSS Codes

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

#75406c Text Font Color

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

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


#75406c Background Color

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

This div background color is #75406c


#75406c Border Color

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

This div border color is #75406c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,64,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75406c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75406c;
  -webkit-box-shadow: 1px 1px 3px 2px #75406c;
  box-shadow:         1px 1px 3px 2px #75406c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75406c


Comments

No comments written yet.

Please login to write comment.