Color Hex Logo

#7376ab Color Hex

#7376AB
(115,118,171)
0 Favorites   0 Comments

Color spaces of #7376ab

RGB 115118171
HSL0.660.250.56
HSV237°33°67°
CMYK 0.330.310.00   0.33
XYZ20.899419.542041.1985
Yxy19.54200.25600.2394
Hunter Lab44.20637.0282-24.3114
CIE-Lab51.315411.6354-28.5952

#7376ab color RGB value is (115,118,171).

#7376ab hex color red value is 115, green value is 118 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7376ab hue: 0.66 , saturation: 0.25 and the lightness value of 7376ab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01110110 10101011
Octal 163 166 253
Decimal 115 118 171
Hex 73 76 AB

RGB Percentages of Color #7376ab

%28.47
%29.21
%42.33

CMYK Percentages of Color #7376ab

%33
%31
%0
%33

Triadic Colors of #7376ab

#7376ab #ab7376 #76ab73

Analogous Colors of #7376ab

#7376ab #8c73ab #7392ab

Monochromatic Colors of #7376ab

#7376ab

Complementary Color

#7376ab #aba873

#7376ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7376ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7376ab Color CSS Codes

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

#7376ab Text Font Color

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

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


#7376ab Background Color

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

This div background color is #7376ab


#7376ab Border Color

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

This div border color is #7376ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7376ab


Comments

No comments written yet.

Please login to write comment.