Color Hex Logo

#733baf Color Hex

#733BAF
(115,59,175)
0 Favorites   0 Comments

Color spaces of #733baf

RGB 11559175
HSL0.750.500.46
HSV269°66°69°
CMYK 0.340.660.00   0.31
XYZ16.37219.867941.5992
Yxy9.86790.24130.1455
Hunter Lab31.413238.0584-56.5260
CIE-Lab37.604347.1480-52.7025

#733baf color RGB value is (115,59,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111011 10101111
Octal 163 73 257
Decimal 115 59 175
Hex 73 3B AF

RGB Percentages of Color #733baf

%32.95
%16.91
%50.14

CMYK Percentages of Color #733baf

%34
%66
%0
%31

Triadic Colors of #733baf

#733baf #af733b #3baf73

Analogous Colors of #733baf

#733baf #ad3baf #3b3daf

Monochromatic Colors of #733baf

#733baf

Complementary Color

#733baf #77af3b

#733baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#733baf Color CSS Codes

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

#733baf Text Font Color

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

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


#733baf Background Color

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

This div background color is #733baf


#733baf Border Color

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

This div border color is #733baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733baf


Comments

No comments written yet.

Please login to write comment.