Color Hex Logo

#736aac Color Hex

#736AAC
(115,106,172)
0 Favorites   0 Comments

Color spaces of #736aac

RGB 115106172
HSL0.690.280.55
HSV248°38°67°
CMYK 0.330.380.00   0.33
XYZ19.670716.931541.2611
Yxy16.93150.25260.2175
Hunter Lab41.147913.3229-30.6496
CIE-Lab48.173619.1435-34.0853

#736aac color RGB value is (115,106,172).

#736aac hex color red value is 115, green value is 106 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #736aac hue: 0.69 , saturation: 0.28 and the lightness value of 736aac is 0.55.

The process color (four color CMYK) of #736aac color hex is 0.33, 0.38, 0.00, 0.33. Web safe color of #736aac is #666699. Color #736aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101010 10101100
Octal 163 152 254
Decimal 115 106 172
Hex 73 6A AC

RGB Percentages of Color #736aac

%29.26
%26.97
%43.77

CMYK Percentages of Color #736aac

%33
%38
%0
%33

Triadic Colors of #736aac

#736aac #ac736a #6aac73

Analogous Colors of #736aac

#736aac #946aac #6a82ac

Monochromatic Colors of #736aac

#736aac

Complementary Color

#736aac #a3ac6a

#736aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#736aac Color CSS Codes

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

#736aac Text Font Color

<p style="color:#736aac">Text here</p>

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


#736aac Background Color

<div style="background-color:#736aac">
Div content here</div>

This div background color is #736aac


#736aac Border Color

<div style="border:3px solid #736aac">
Div here</div>

This div border color is #736aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,106,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #736aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #736aac;
  -webkit-box-shadow: 1px 1px 3px 2px #736aac;
  box-shadow:         1px 1px 3px 2px #736aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,106,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #736aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736aac


Comments

No comments written yet.

Please login to write comment.