Color Hex Logo

#733bbb Color Hex

#733BBB
(115,59,187)
0 Favorites   0 Comments

Color spaces of #733bbb

RGB 11559187
HSL0.740.520.48
HSV266°68°73°
CMYK 0.390.680.00   0.27
XYZ17.603810.360648.0857
Yxy10.36060.23150.1362
Hunter Lab32.187941.2942-66.0422
CIE-Lab38.482050.1733-58.3709

#733bbb color RGB value is (115,59,187).

#733bbb hex color red value is 115, green value is 59 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #733bbb hue: 0.74 , saturation: 0.52 and the lightness value of 733bbb is 0.48.

The process color (four color CMYK) of #733bbb color hex is 0.39, 0.68, 0.00, 0.27. Web safe color of #733bbb is #6633cc. Color #733bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111011 10111011
Octal 163 73 273
Decimal 115 59 187
Hex 73 3B BB

RGB Percentages of Color #733bbb

%31.86
%16.34
%51.80

CMYK Percentages of Color #733bbb

%39
%68
%0
%27

Triadic Colors of #733bbb

#733bbb #bb733b #3bbb73

Analogous Colors of #733bbb

#733bbb #b33bbb #3b43bb

Monochromatic Colors of #733bbb

#733bbb

Complementary Color

#733bbb #83bb3b

#733bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#733bbb Color CSS Codes

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

#733bbb Text Font Color

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

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


#733bbb Background Color

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

This div background color is #733bbb


#733bbb Border Color

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

This div border color is #733bbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,59,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733bbb


Comments

No comments written yet.

Please login to write comment.