Color Hex Logo

#753cad Color Hex

#753CAD
(117,60,173)
0 Favorites   0 Comments

Color spaces of #753cad

RGB 11760173
HSL0.750.480.46
HSV270°65°68°
CMYK 0.320.650.00   0.32
XYZ16.494810.030840.6019
Yxy10.03080.24570.1494
Hunter Lab31.671437.5396-53.8381
CIE-Lab37.897746.5768-51.0276

#753cad color RGB value is (117,60,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111100 10101101
Octal 165 74 255
Decimal 117 60 173
Hex 75 3C AD

RGB Percentages of Color #753cad

%33.43
%17.14
%49.43

CMYK Percentages of Color #753cad

%32
%65
%0
%32

Triadic Colors of #753cad

#753cad #ad753c #3cad75

Analogous Colors of #753cad

#753cad #ad3cad #3c3cad

Monochromatic Colors of #753cad

#753cad

Complementary Color

#753cad #74ad3c

#753cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#753cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#753cad Color CSS Codes

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

#753cad Text Font Color

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

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


#753cad Background Color

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

This div background color is #753cad


#753cad Border Color

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

This div border color is #753cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #753cad


Comments

No comments written yet.

Please login to write comment.