Color Hex Logo

#733bdb Color Hex

#733BDB
(115,59,219)
0 Favorites   0 Comments

Color spaces of #733bdb

RGB 11559219
HSL0.730.690.55
HSV261°73°86°
CMYK 0.470.730.00   0.14
XYZ21.420411.887268.1833
Yxy11.88720.21110.1171
Hunter Lab34.477850.5624-93.1174
CIE-Lab41.036358.4291-72.7692

#733bdb color RGB value is (115,59,219).

#733bdb hex color red value is 115, green value is 59 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #733bdb hue: 0.73 , saturation: 0.69 and the lightness value of 733bdb is 0.55.

The process color (four color CMYK) of #733bdb color hex is 0.47, 0.73, 0.00, 0.14. Web safe color of #733bdb is #6633cc. Color #733bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111011 11011011
Octal 163 73 333
Decimal 115 59 219
Hex 73 3B DB

RGB Percentages of Color #733bdb

%29.26
%15.01
%55.73

CMYK Percentages of Color #733bdb

%47
%73
%0
%14

Triadic Colors of #733bdb

#733bdb #db733b #3bdb73

Analogous Colors of #733bdb

#733bdb #c33bdb #3b53db

Monochromatic Colors of #733bdb

#733bdb

Complementary Color

#733bdb #a3db3b

#733bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#733bdb Color CSS Codes

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

#733bdb Text Font Color

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

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


#733bdb Background Color

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

This div background color is #733bdb


#733bdb Border Color

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

This div border color is #733bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733bdb


Comments

No comments written yet.

Please login to write comment.