Color Hex Logo

#736fab Color Hex

#736FAB
(115,111,171)
0 Favorites   0 Comments

Color spaces of #736fab

RGB 115111171
HSL0.680.260.55
HSV244°35°67°
CMYK 0.330.350.00   0.33
XYZ20.105417.954040.9339
Yxy17.95400.25450.2273
Hunter Lab42.372210.5462-27.6170
CIE-Lab49.440315.8465-31.5178

#736fab color RGB value is (115,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101111 10101011
Octal 163 157 253
Decimal 115 111 171
Hex 73 6F AB

RGB Percentages of Color #736fab

%28.97
%27.96
%43.07

CMYK Percentages of Color #736fab

%33
%35
%0
%33

Triadic Colors of #736fab

#736fab #ab736f #6fab73

Analogous Colors of #736fab

#736fab #916fab #6f89ab

Monochromatic Colors of #736fab

#736fab

Complementary Color

#736fab #a7ab6f

#736fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#736fab Color CSS Codes

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

#736fab Text Font Color

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

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


#736fab Background Color

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

This div background color is #736fab


#736fab Border Color

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

This div border color is #736fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736fab


Comments

No comments written yet.

Please login to write comment.