Color Hex Logo

#7636ab Color Hex

#7636AB
(118,54,171)
0 Favorites   0 Comments

Color spaces of #7636ab

RGB 11854171
HSL0.760.520.44
HSV273°68°67°
CMYK 0.310.680.00   0.33
XYZ16.14119.430239.4976
Yxy9.43020.24810.1449
Hunter Lab30.708640.0832-54.7631
CIE-Lab36.799749.3014-51.6034

#7636ab color RGB value is (118,54,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110110 10101011
Octal 166 66 253
Decimal 118 54 171
Hex 76 36 AB

RGB Percentages of Color #7636ab

%34.40
%15.74
%49.85

CMYK Percentages of Color #7636ab

%31
%68
%0
%33

Triadic Colors of #7636ab

#7636ab #ab7636 #36ab76

Analogous Colors of #7636ab

#7636ab #ab36a6 #3c36ab

Monochromatic Colors of #7636ab

#7636ab

Complementary Color

#7636ab #6bab36

#7636ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7636ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7636ab Color CSS Codes

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

#7636ab Text Font Color

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

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


#7636ab Background Color

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

This div background color is #7636ab


#7636ab Border Color

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

This div border color is #7636ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7636ab


Comments

No comments written yet.

Please login to write comment.