Color Hex Logo

#733aad Color Hex

#733AAD
(115,58,173)
0 Favorites   0 Comments

Color spaces of #733aad

RGB 11558173
HSL0.750.500.45
HSV270°66°68°
CMYK 0.340.660.00   0.32
XYZ16.12619.688140.5552
Yxy9.68810.24300.1460
Hunter Lab31.125738.0101-55.4638
CIE-Lab37.276747.1595-52.0429

#733aad color RGB value is (115,58,173).

#733aad hex color red value is 115, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #733aad hue: 0.75 , saturation: 0.50 and the lightness value of 733aad is 0.45.

The process color (four color CMYK) of #733aad color hex is 0.34, 0.66, 0.00, 0.32. Web safe color of #733aad is #663399. Color #733aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111010 10101101
Octal 163 72 255
Decimal 115 58 173
Hex 73 3A AD

RGB Percentages of Color #733aad

%33.24
%16.76
%50.00

CMYK Percentages of Color #733aad

%34
%66
%0
%32

Triadic Colors of #733aad

#733aad #ad733a #3aad73

Analogous Colors of #733aad

#733aad #ad3aad #3a3bad

Monochromatic Colors of #733aad

#733aad

Complementary Color

#733aad #74ad3a

#733aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#733aad Color CSS Codes

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

#733aad Text Font Color

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

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


#733aad Background Color

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

This div background color is #733aad


#733aad Border Color

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

This div border color is #733aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733aad


Comments

No comments written yet.

Please login to write comment.