Color Hex Logo

#752349 Color Hex

#752349
(117,35,73)
0 Favorites   0 Comments

Color spaces of #752349

RGB 1173573
HSL0.920.540.30
HSV332°70°46°
CMYK 0.000.700.38   0.54
XYZ9.13975.46506.8765
Yxy5.46500.42550.2544
Hunter Lab23.377328.8767-1.0762
CIE-Lab28.020539.3264-3.7490

#752349 color RGB value is (117,35,73).

#752349 hex color red value is 117, green value is 35 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #752349 hue: 0.92 , saturation: 0.54 and the lightness value of 752349 is 0.30.

The process color (four color CMYK) of #752349 color hex is 0.00, 0.70, 0.38, 0.54. Web safe color of #752349 is #663333. Color #752349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100011 01001001
Octal 165 43 111
Decimal 117 35 73
Hex 75 23 49

RGB Percentages of Color #752349

%52.00
%15.56
%32.44

CMYK Percentages of Color #752349

%0
%70
%38
%54

Triadic Colors of #752349

#752349 #497523 #234975

Analogous Colors of #752349

#752349 #752623 #752372

Monochromatic Colors of #752349

#752349

Complementary Color

#752349 #23754f

#752349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#752349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#752349 Color CSS Codes

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

#752349 Text Font Color

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

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


#752349 Background Color

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

This div background color is #752349


#752349 Border Color

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

This div border color is #752349


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,35,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #752349; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #752349;
  -webkit-box-shadow: 1px 1px 3px 2px #752349;
  box-shadow:         1px 1px 3px 2px #752349; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #752349


Comments

No comments written yet.

Please login to write comment.