Color Hex Logo

#733284 Color Hex

#733284
(115,50,132)
0 Favorites   0 Comments

Color spaces of #733284

RGB 11550132
HSL0.800.450.36
HSV288°62°52°
CMYK 0.130.620.00   0.48
XYZ12.37577.592022.6429
Yxy7.59200.29040.1782
Hunter Lab27.553631.9546-29.4356
CIE-Lab33.118341.7068-33.8048

#733284 color RGB value is (115,50,132).

#733284 hex color red value is 115, green value is 50 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #733284 hue: 0.80 , saturation: 0.45 and the lightness value of 733284 is 0.36.

The process color (four color CMYK) of #733284 color hex is 0.13, 0.62, 0.00, 0.48. Web safe color of #733284 is #663399. Color #733284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110010 10000100
Octal 163 62 204
Decimal 115 50 132
Hex 73 32 84

RGB Percentages of Color #733284

%38.72
%16.84
%44.44

CMYK Percentages of Color #733284

%13
%62
%0
%48

Triadic Colors of #733284

#733284 #847332 #328473

Analogous Colors of #733284

#733284 #84326c #4a3284

Monochromatic Colors of #733284

#733284

Complementary Color

#733284 #438432

#733284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#733284 Color CSS Codes

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

#733284 Text Font Color

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

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


#733284 Background Color

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

This div background color is #733284


#733284 Border Color

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

This div border color is #733284


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,50,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #733284; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #733284;
  -webkit-box-shadow: 1px 1px 3px 2px #733284;
  box-shadow:         1px 1px 3px 2px #733284; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733284


Comments

No comments written yet.

Please login to write comment.