Color Hex Logo

#753a7d Color Hex

#753A7D
(117,58,125)
0 Favorites   0 Comments

Color spaces of #753a7d

RGB 11758125
HSL0.810.370.36
HSV293°54°49°
CMYK 0.060.540.00   0.51
XYZ12.55088.288720.3404
Yxy8.28870.30480.2013
Hunter Lab28.790127.4329-21.7357
CIE-Lab34.577036.6087-27.1290

#753a7d color RGB value is (117,58,125).

#753a7d hex color red value is 117, green value is 58 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #753a7d hue: 0.81 , saturation: 0.37 and the lightness value of 753a7d is 0.36.

The process color (four color CMYK) of #753a7d color hex is 0.06, 0.54, 0.00, 0.51. Web safe color of #753a7d is #663366. Color #753a7d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111010 01111101
Octal 165 72 175
Decimal 117 58 125
Hex 75 3A 7D

RGB Percentages of Color #753a7d

%39.00
%19.33
%41.67

CMYK Percentages of Color #753a7d

%6
%54
%0
%51

Triadic Colors of #753a7d

#753a7d #7d753a #3a7d75

Analogous Colors of #753a7d

#753a7d #7d3a64 #543a7d

Monochromatic Colors of #753a7d

#753a7d

Complementary Color

#753a7d #427d3a

#753a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#753a7d Color CSS Codes

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

#753a7d Text Font Color

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

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


#753a7d Background Color

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

This div background color is #753a7d


#753a7d Border Color

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

This div border color is #753a7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,58,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #753a7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #753a7d;
  -webkit-box-shadow: 1px 1px 3px 2px #753a7d;
  box-shadow:         1px 1px 3px 2px #753a7d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753a7d


Comments

No comments written yet.

Please login to write comment.