Color Hex Logo

#7536ab Color Hex

#7536AB
(117,54,171)
0 Favorites   0 Comments

Color spaces of #7536ab

RGB 11754171
HSL0.760.520.44
HSV272°68°67°
CMYK 0.320.680.00   0.33
XYZ16.00609.360539.4912
Yxy9.36050.24680.1443
Hunter Lab30.594939.8427-55.1136
CIE-Lab36.669349.0888-51.8206

#7536ab color RGB value is (117,54,171).

#7536ab hex color red value is 117, green value is 54 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7536ab hue: 0.76 , saturation: 0.52 and the lightness value of 7536ab is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00110110 10101011
Octal 165 66 253
Decimal 117 54 171
Hex 75 36 AB

RGB Percentages of Color #7536ab

%34.21
%15.79
%50.00

CMYK Percentages of Color #7536ab

%32
%68
%0
%33

Triadic Colors of #7536ab

#7536ab #ab7536 #36ab75

Analogous Colors of #7536ab

#7536ab #ab36a7 #3b36ab

Monochromatic Colors of #7536ab

#7536ab

Complementary Color

#7536ab #6cab36

#7536ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7536ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7536ab Color CSS Codes

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

#7536ab Text Font Color

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

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


#7536ab Background Color

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

This div background color is #7536ab


#7536ab Border Color

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

This div border color is #7536ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7536ab


Comments

No comments written yet.

Please login to write comment.