Color Hex Logo

#736fac Color Hex

#736FAC
(115,111,172)
0 Favorites   0 Comments

Color spaces of #736fac

RGB 115111172
HSL0.680.270.55
HSV244°35°67°
CMYK 0.330.350.00   0.33
XYZ20.201117.992341.4379
Yxy17.99230.25370.2259
Hunter Lab42.417310.7796-28.2288
CIE-Lab49.486816.1180-32.0277

#736fac color RGB value is (115,111,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101111 10101100
Octal 163 157 254
Decimal 115 111 172
Hex 73 6F AC

RGB Percentages of Color #736fac

%28.89
%27.89
%43.22

CMYK Percentages of Color #736fac

%33
%35
%0
%33

Triadic Colors of #736fac

#736fac #ac736f #6fac73

Analogous Colors of #736fac

#736fac #926fac #6f8aac

Monochromatic Colors of #736fac

#736fac

Complementary Color

#736fac #a8ac6f

#736fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#736fac Color CSS Codes

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

#736fac Text Font Color

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

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


#736fac Background Color

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

This div background color is #736fac


#736fac Border Color

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

This div border color is #736fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736fac


Comments

No comments written yet.

Please login to write comment.