Color Hex Logo

#732aab Color Hex

#732AAB
(115,42,171)
0 Favorites   0 Comments

Color spaces of #732aab

RGB 11542171
HSL0.760.610.42
HSV274°75°67°
CMYK 0.330.750.00   0.33
XYZ15.24898.241039.3151
Yxy8.24100.24280.1312
Hunter Lab28.707144.5796-61.1040
CIE-Lab34.479854.1022-55.3832

#732aab color RGB value is (115,42,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00101010 10101011
Octal 163 52 253
Decimal 115 42 171
Hex 73 2A AB

RGB Percentages of Color #732aab

%35.06
%12.80
%52.13

CMYK Percentages of Color #732aab

%33
%75
%0
%33

Triadic Colors of #732aab

#732aab #ab732a #2aab73

Analogous Colors of #732aab

#732aab #ab2aa3 #332aab

Monochromatic Colors of #732aab

#732aab

Complementary Color

#732aab #62ab2a

#732aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#732aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#732aab Color CSS Codes

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

#732aab Text Font Color

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

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


#732aab Background Color

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

This div background color is #732aab


#732aab Border Color

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

This div border color is #732aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #732aab


Comments

No comments written yet.

Please login to write comment.