Color Hex Logo

#75406a Color Hex

#75406A
(117,64,106)
0 Favorites   0 Comments

Color spaces of #75406a

RGB 11764106
HSL0.870.290.35
HSV312°45°46°
CMYK 0.000.450.09   0.54
XYZ11.77108.489314.6539
Yxy8.48930.33710.2431
Hunter Lab29.136421.1246-9.4239
CIE-Lab34.981829.4777-14.5934

#75406a color RGB value is (117,64,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000000 01101010
Octal 165 100 152
Decimal 117 64 106
Hex 75 40 6A

RGB Percentages of Color #75406a

%40.77
%22.30
%36.93

CMYK Percentages of Color #75406a

%0
%45
%9
%54

Triadic Colors of #75406a

#75406a #6a7540 #406a75

Analogous Colors of #75406a

#75406a #754050 #664075

Monochromatic Colors of #75406a

#75406a

Complementary Color

#75406a #40754b

#75406a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75406a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75406a Color CSS Codes

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

#75406a Text Font Color

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

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


#75406a Background Color

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

This div background color is #75406a


#75406a Border Color

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

This div border color is #75406a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75406a


Comments

No comments written yet.

Please login to write comment.