Color Hex Logo

#75366a Color Hex

#75366A
(117,54,106)
0 Favorites   0 Comments

Color spaces of #75366a

RGB 11754106
HSL0.860.370.34
HSV310°54°46°
CMYK 0.000.540.09   0.54
XYZ11.25687.460814.4825
Yxy7.46080.33910.2247
Hunter Lab27.314525.7629-12.3162
CIE-Lab32.833735.0536-17.8958

#75366a color RGB value is (117,54,106).

#75366a hex color red value is 117, green value is 54 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #75366a hue: 0.86 , saturation: 0.37 and the lightness value of 75366a is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110110 01101010
Octal 165 66 152
Decimal 117 54 106
Hex 75 36 6A

RGB Percentages of Color #75366a

%42.24
%19.49
%38.27

CMYK Percentages of Color #75366a

%0
%54
%9
%54

Triadic Colors of #75366a

#75366a #6a7536 #366a75

Analogous Colors of #75366a

#75366a #75364b #613675

Monochromatic Colors of #75366a

#75366a

Complementary Color

#75366a #367541

#75366a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75366a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75366a Color CSS Codes

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

#75366a Text Font Color

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

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


#75366a Background Color

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

This div background color is #75366a


#75366a Border Color

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

This div border color is #75366a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75366a


Comments

No comments written yet.

Please login to write comment.