Color Hex Logo

#733dac Color Hex

#733DAC
(115,61,172)
0 Favorites   0 Comments

Color spaces of #733dac

RGB 11561172
HSL0.750.480.46
HSV269°65°67°
CMYK 0.330.650.00   0.33
XYZ16.18549.960940.0993
Yxy9.96090.24430.1504
Hunter Lab31.560936.3087-53.2375
CIE-Lab37.772245.3629-50.6475

#733dac color RGB value is (115,61,172).

#733dac hex color red value is 115, green value is 61 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #733dac hue: 0.75 , saturation: 0.48 and the lightness value of 733dac is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111101 10101100
Octal 163 75 254
Decimal 115 61 172
Hex 73 3D AC

RGB Percentages of Color #733dac

%33.05
%17.53
%49.43

CMYK Percentages of Color #733dac

%33
%65
%0
%33

Triadic Colors of #733dac

#733dac #ac733d #3dac73

Analogous Colors of #733dac

#733dac #ab3dac #3d3eac

Monochromatic Colors of #733dac

#733dac

Complementary Color

#733dac #76ac3d

#733dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#733dac Color CSS Codes

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

#733dac Text Font Color

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

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


#733dac Background Color

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

This div background color is #733dac


#733dac Border Color

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

This div border color is #733dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,61,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #733dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #733dac;
  -webkit-box-shadow: 1px 1px 3px 2px #733dac;
  box-shadow:         1px 1px 3px 2px #733dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,61,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 #733dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733dac


Comments

No comments written yet.

Please login to write comment.