Color Hex Logo

#753162 Color Hex

#753162
(117,49,98)
0 Favorites   0 Comments

Color spaces of #753162

RGB 1174998
HSL0.880.410.33
HSV317°58°46°
CMYK 0.000.580.16   0.54
XYZ10.63906.860412.3187
Yxy6.86040.35680.2301
Hunter Lab26.192426.6678-9.5504
CIE-Lab31.487036.2817-14.8567

#753162 color RGB value is (117,49,98).

#753162 hex color red value is 117, green value is 49 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #753162 hue: 0.88 , saturation: 0.41 and the lightness value of 753162 is 0.33.

The process color (four color CMYK) of #753162 color hex is 0.00, 0.58, 0.16, 0.54. Web safe color of #753162 is #663366. Color #753162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110001 01100010
Octal 165 61 142
Decimal 117 49 98
Hex 75 31 62

RGB Percentages of Color #753162

%44.32
%18.56
%37.12

CMYK Percentages of Color #753162

%0
%58
%16
%54

Triadic Colors of #753162

#753162 #627531 #316275

Analogous Colors of #753162

#753162 #753140 #663175

Monochromatic Colors of #753162

#753162

Complementary Color

#753162 #317544

#753162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753162 Color CSS Codes

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

#753162 Text Font Color

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

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


#753162 Background Color

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

This div background color is #753162


#753162 Border Color

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

This div border color is #753162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753162


Comments

No comments written yet.

Please login to write comment.