Color Hex Logo

#733cbb Color Hex

#733CBB
(115,60,187)
0 Favorites   0 Comments

Color spaces of #733cbb

RGB 11560187
HSL0.740.510.48
HSV266°68°73°
CMYK 0.390.680.00   0.27
XYZ17.655710.464448.1030
Yxy10.46440.23160.1373
Hunter Lab32.348740.8137-65.5209
CIE-Lab38.663349.6715-58.0765

#733cbb color RGB value is (115,60,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00111100 10111011
Octal 163 74 273
Decimal 115 60 187
Hex 73 3C BB

RGB Percentages of Color #733cbb

%31.77
%16.57
%51.66

CMYK Percentages of Color #733cbb

%39
%68
%0
%27

Triadic Colors of #733cbb

#733cbb #bb733c #3cbb73

Analogous Colors of #733cbb

#733cbb #b33cbb #3c44bb

Monochromatic Colors of #733cbb

#733cbb

Complementary Color

#733cbb #84bb3c

#733cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#733cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#733cbb Color CSS Codes

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

#733cbb Text Font Color

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

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


#733cbb Background Color

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

This div background color is #733cbb


#733cbb Border Color

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

This div border color is #733cbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,60,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 #733cbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #733cbb


Comments

No comments written yet.

Please login to write comment.