Color Hex Logo

#753971 Color Hex

#753971
(117,57,113)
0 Favorites   0 Comments

Color spaces of #753971

RGB 11757113
HSL0.840.340.34
HSV304°51°46°
CMYK 0.000.510.03   0.54
XYZ11.77997.900416.5268
Yxy7.90040.32530.2182
Hunter Lab28.107725.6209-15.1861
CIE-Lab33.774634.7441-20.8674

#753971 color RGB value is (117,57,113).

#753971 hex color red value is 117, green value is 57 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #753971 hue: 0.84 , saturation: 0.34 and the lightness value of 753971 is 0.34.

The process color (four color CMYK) of #753971 color hex is 0.00, 0.51, 0.03, 0.54. Web safe color of #753971 is #663366. Color #753971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111001 01110001
Octal 165 71 161
Decimal 117 57 113
Hex 75 39 71

RGB Percentages of Color #753971

%40.77
%19.86
%39.37

CMYK Percentages of Color #753971

%0
%51
%3
%54

Triadic Colors of #753971

#753971 #717539 #397175

Analogous Colors of #753971

#753971 #753953 #5b3975

Monochromatic Colors of #753971

#753971

Complementary Color

#753971 #39753d

#753971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#753971 Color CSS Codes

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

#753971 Text Font Color

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

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


#753971 Background Color

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

This div background color is #753971


#753971 Border Color

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

This div border color is #753971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753971


Comments

No comments written yet.

Please login to write comment.