Color Hex Logo

#7732ab Color Hex

#7732AB
(119,50,171)
0 Favorites   0 Comments

Color spaces of #7732ab

RGB 11950171
HSL0.760.550.43
HSV274°71°67°
CMYK 0.300.710.00   0.33
XYZ16.09909.143439.4444
Yxy9.14340.24890.1413
Hunter Lab30.238142.1183-56.1749
CIE-Lab36.258951.3914-52.4718

#7732ab color RGB value is (119,50,171).

#7732ab hex color red value is 119, green value is 50 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7732ab hue: 0.76 , saturation: 0.55 and the lightness value of 7732ab is 0.43.

The process color (four color CMYK) of #7732ab color hex is 0.30, 0.71, 0.00, 0.33. Web safe color of #7732ab is #663399. Color #7732ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110010 10101011
Octal 167 62 253
Decimal 119 50 171
Hex 77 32 AB

RGB Percentages of Color #7732ab

%35.00
%14.71
%50.29

CMYK Percentages of Color #7732ab

%30
%71
%0
%33

Triadic Colors of #7732ab

#7732ab #ab7732 #32ab77

Analogous Colors of #7732ab

#7732ab #ab32a3 #3b32ab

Monochromatic Colors of #7732ab

#7732ab

Complementary Color

#7732ab #66ab32

#7732ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7732ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7732ab Color CSS Codes

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

#7732ab Text Font Color

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

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


#7732ab Background Color

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

This div background color is #7732ab


#7732ab Border Color

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

This div border color is #7732ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,50,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7732ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7732ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7732ab;
  box-shadow:         1px 1px 3px 2px #7732ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,50,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 #7732ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7732ab


Comments

No comments written yet.

Please login to write comment.