Color Hex Logo

#75324c Color Hex

#75324C
(117,50,76)
0 Favorites   0 Comments

Color spaces of #75324c

RGB 1175076
HSL0.940.400.33
HSV337°57°46°
CMYK 0.000.570.35   0.54
XYZ9.78126.58497.5930
Yxy6.58490.40820.2748
Hunter Lab25.661123.13180.4191
CIE-Lab30.842632.4006-1.5586

#75324c color RGB value is (117,50,76).

#75324c hex color red value is 117, green value is 50 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #75324c hue: 0.94 , saturation: 0.40 and the lightness value of 75324c is 0.33.

The process color (four color CMYK) of #75324c color hex is 0.00, 0.57, 0.35, 0.54. Web safe color of #75324c is #663333. Color #75324c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110010 01001100
Octal 165 62 114
Decimal 117 50 76
Hex 75 32 4C

RGB Percentages of Color #75324c

%48.15
%20.58
%31.28

CMYK Percentages of Color #75324c

%0
%57
%35
%54

Triadic Colors of #75324c

#75324c #4c7532 #324c75

Analogous Colors of #75324c

#75324c #753a32 #75326e

Monochromatic Colors of #75324c

#75324c

Complementary Color

#75324c #32755b

#75324c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75324c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75324c Color CSS Codes

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

#75324c Text Font Color

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

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


#75324c Background Color

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

This div background color is #75324c


#75324c Border Color

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

This div border color is #75324c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75324c


Comments

No comments written yet.

Please login to write comment.