Color Hex Logo

#753cac Color Hex

#753CAC
(117,60,172)
0 Favorites   0 Comments

Color spaces of #753cac

RGB 11760172
HSL0.750.480.45
HSV271°65°67°
CMYK 0.320.650.00   0.33
XYZ16.39849.992240.0941
Yxy9.99220.24660.1503
Hunter Lab31.610437.2813-53.0750
CIE-Lab37.828446.3308-50.5443

#753cac color RGB value is (117,60,172).

#753cac hex color red value is 117, green value is 60 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #753cac hue: 0.75 , saturation: 0.48 and the lightness value of 753cac is 0.45.

The process color (four color CMYK) of #753cac color hex is 0.32, 0.65, 0.00, 0.33. Web safe color of #753cac is #663399. Color #753cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111100 10101100
Octal 165 74 254
Decimal 117 60 172
Hex 75 3C AC

RGB Percentages of Color #753cac

%33.52
%17.19
%49.28

CMYK Percentages of Color #753cac

%32
%65
%0
%33

Triadic Colors of #753cac

#753cac #ac753c #3cac75

Analogous Colors of #753cac

#753cac #ac3cab #3d3cac

Monochromatic Colors of #753cac

#753cac

Complementary Color

#753cac #73ac3c

#753cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#753cac Color CSS Codes

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

#753cac Text Font Color

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

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


#753cac Background Color

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

This div background color is #753cac


#753cac Border Color

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

This div border color is #753cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753cac


Comments

No comments written yet.

Please login to write comment.