Color Hex Logo

#732baa Color Hex

#732BAA
(115,43,170)
0 Favorites   0 Comments

Color spaces of #732baa

RGB 11543170
HSL0.760.600.42
HSV274°75°67°
CMYK 0.320.750.00   0.33
XYZ15.18988.274938.8268
Yxy8.27490.24390.1328
Hunter Lab28.766143.9153-59.8898
CIE-Lab34.549053.4528-54.6720

#732baa color RGB value is (115,43,170).

#732baa hex color red value is 115, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #732baa hue: 0.76 , saturation: 0.60 and the lightness value of 732baa is 0.42.

The process color (four color CMYK) of #732baa color hex is 0.32, 0.75, 0.00, 0.33. Web safe color of #732baa is #663399. Color #732baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00101011 10101010
Octal 163 53 252
Decimal 115 43 170
Hex 73 2B AA

RGB Percentages of Color #732baa

%35.06
%13.11
%51.83

CMYK Percentages of Color #732baa

%32
%75
%0
%33

Triadic Colors of #732baa

#732baa #aa732b #2baa73

Analogous Colors of #732baa

#732baa #aa2ba2 #342baa

Monochromatic Colors of #732baa

#732baa

Complementary Color

#732baa #62aa2b

#732baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#732baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#732baa Color CSS Codes

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

#732baa Text Font Color

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

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


#732baa Background Color

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

This div background color is #732baa


#732baa Border Color

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

This div border color is #732baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,43,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #732baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #732baa;
  -webkit-box-shadow: 1px 1px 3px 2px #732baa;
  box-shadow:         1px 1px 3px 2px #732baa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #732baa


Comments

No comments written yet.

Please login to write comment.