Color Hex Logo

#733bdd Color Hex

#733BDD
(115,59,221)
0 Favorites   0 Comments

Color spaces of #733bdd

RGB 11559221
HSL0.720.700.55
HSV261°73°87°
CMYK 0.480.730.00   0.13
XYZ21.685311.993269.5786
Yxy11.99320.21000.1161
Hunter Lab34.631251.1682-94.8795
CIE-Lab41.205358.9496-73.6371

#733bdd color RGB value is (115,59,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111011 11011101
Octal 163 73 335
Decimal 115 59 221
Hex 73 3B DD

RGB Percentages of Color #733bdd

%29.11
%14.94
%55.95

CMYK Percentages of Color #733bdd

%48
%73
%0
%13

Triadic Colors of #733bdd

#733bdd #dd733b #3bdd73

Analogous Colors of #733bdd

#733bdd #c43bdd #3b54dd

Monochromatic Colors of #733bdd

#733bdd

Complementary Color

#733bdd #a5dd3b

#733bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#733bdd Color CSS Codes

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

#733bdd Text Font Color

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

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


#733bdd Background Color

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

This div background color is #733bdd


#733bdd Border Color

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

This div border color is #733bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733bdd


Comments

No comments written yet.

Please login to write comment.