Color Hex Logo

#753062 Color Hex

#753062
(117,48,98)
0 Favorites   0 Comments

Color spaces of #753062

RGB 1174898
HSL0.880.420.32
HSV317°59°46°
CMYK 0.000.590.16   0.54
XYZ10.59776.777712.3049
Yxy6.77770.35710.2284
Hunter Lab26.034027.1027-9.7994
CIE-Lab31.295436.7953-15.1509

#753062 color RGB value is (117,48,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110000 01100010
Octal 165 60 142
Decimal 117 48 98
Hex 75 30 62

RGB Percentages of Color #753062

%44.49
%18.25
%37.26

CMYK Percentages of Color #753062

%0
%59
%16
%54

Triadic Colors of #753062

#753062 #627530 #306275

Analogous Colors of #753062

#753062 #753040 #663075

Monochromatic Colors of #753062

#753062

Complementary Color

#753062 #307543

#753062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753062 Color CSS Codes

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

#753062 Text Font Color

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

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


#753062 Background Color

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

This div background color is #753062


#753062 Border Color

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

This div border color is #753062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753062


Comments

No comments written yet.

Please login to write comment.