Color Hex Logo

#733bad Color Hex

#733BAD
(115,59,173)
0 Favorites   0 Comments

Color spaces of #733bad

RGB 11559173
HSL0.750.490.45
HSV269°66°68°
CMYK 0.340.660.00   0.32
XYZ16.17709.789940.5722
Yxy9.78990.24310.1471
Hunter Lab31.288837.5330-54.9792
CIE-Lab37.462746.6489-51.7424

#733bad color RGB value is (115,59,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111011 10101101
Octal 163 73 255
Decimal 115 59 173
Hex 73 3B AD

RGB Percentages of Color #733bad

%33.14
%17.00
%49.86

CMYK Percentages of Color #733bad

%34
%66
%0
%32

Triadic Colors of #733bad

#733bad #ad733b #3bad73

Analogous Colors of #733bad

#733bad #ac3bad #3b3cad

Monochromatic Colors of #733bad

#733bad

Complementary Color

#733bad #75ad3b

#733bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#733bad Color CSS Codes

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

#733bad Text Font Color

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

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


#733bad Background Color

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

This div background color is #733bad


#733bad Border Color

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

This div border color is #733bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733bad


Comments

No comments written yet.

Please login to write comment.