Color Hex Logo

#7337ab Color Hex

#7337AB
(115,55,171)
0 Favorites   0 Comments

Color spaces of #7337ab

RGB 11555171
HSL0.750.510.44
HSV271°68°67°
CMYK 0.330.680.00   0.33
XYZ15.78719.317539.4945
Yxy9.31750.24440.1442
Hunter Lab30.524638.9009-55.3457
CIE-Lab36.588548.1725-51.9638

#7337ab color RGB value is (115,55,171).

#7337ab hex color red value is 115, green value is 55 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7337ab hue: 0.75 , saturation: 0.51 and the lightness value of 7337ab is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110111 10101011
Octal 163 67 253
Decimal 115 55 171
Hex 73 37 AB

RGB Percentages of Color #7337ab

%33.72
%16.13
%50.15

CMYK Percentages of Color #7337ab

%33
%68
%0
%33

Triadic Colors of #7337ab

#7337ab #ab7337 #37ab73

Analogous Colors of #7337ab

#7337ab #ab37a9 #3937ab

Monochromatic Colors of #7337ab

#7337ab

Complementary Color

#7337ab #6fab37

#7337ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7337ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7337ab Color CSS Codes

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

#7337ab Text Font Color

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

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


#7337ab Background Color

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

This div background color is #7337ab


#7337ab Border Color

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

This div border color is #7337ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7337ab


Comments

No comments written yet.

Please login to write comment.