Color Hex Logo

#753246 Color Hex

#753246
(117,50,70)
0 Favorites   0 Comments

Color spaces of #753246

RGB 1175070
HSL0.950.400.33
HSV342°57°46°
CMYK 0.000.570.40   0.54
XYZ9.58226.50536.5450
Yxy6.50530.42340.2874
Hunter Lab25.505522.42642.6394
CIE-Lab30.653131.61762.0910

#753246 color RGB value is (117,50,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110010 01000110
Octal 165 62 106
Decimal 117 50 70
Hex 75 32 46

RGB Percentages of Color #753246

%49.37
%21.10
%29.54

CMYK Percentages of Color #753246

%0
%57
%40
%54

Triadic Colors of #753246

#753246 #467532 #324675

Analogous Colors of #753246

#753246 #754032 #753268

Monochromatic Colors of #753246

#753246

Complementary Color

#753246 #327561

#753246 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753246 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753246 Color CSS Codes

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

#753246 Text Font Color

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

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


#753246 Background Color

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

This div background color is #753246


#753246 Border Color

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

This div border color is #753246


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753246

#753246 Color Palettes


Comments

No comments written yet.

Please login to write comment.