Color Hex Logo

#753cae Color Hex

#753CAE
(117,60,174)
0 Favorites   0 Comments

Color spaces of #753cae

RGB 11760174
HSL0.750.490.46
HSV270°66°68°
CMYK 0.330.660.00   0.32
XYZ16.592010.069641.1135
Yxy10.06960.24480.1486
Hunter Lab31.732637.8000-54.6046
CIE-Lab37.967146.8244-51.5100

#753cae color RGB value is (117,60,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111100 10101110
Octal 165 74 256
Decimal 117 60 174
Hex 75 3C AE

RGB Percentages of Color #753cae

%33.33
%17.09
%49.57

CMYK Percentages of Color #753cae

%33
%66
%0
%32

Triadic Colors of #753cae

#753cae #ae753c #3cae75

Analogous Colors of #753cae

#753cae #ae3cae #3c3cae

Monochromatic Colors of #753cae

#753cae

Complementary Color

#753cae #75ae3c

#753cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#753cae Color CSS Codes

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

#753cae Text Font Color

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

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


#753cae Background Color

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

This div background color is #753cae


#753cae Border Color

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

This div border color is #753cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753cae


Comments

No comments written yet.

Please login to write comment.