Color Hex Logo

#736091 Color Hex

#736091
(115,96,145)
0 Favorites   0 Comments

Color spaces of #736091

RGB 11596145
HSL0.730.200.47
HSV263°34°57°
CMYK 0.210.340.00   0.43
XYZ16.363914.054928.6385
Yxy14.05490.27710.2380
Hunter Lab37.489912.3060-19.0487
CIE-Lab44.311618.1909-24.1571

#736091 color RGB value is (115,96,145).

#736091 hex color red value is 115, green value is 96 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #736091 hue: 0.73 , saturation: 0.20 and the lightness value of 736091 is 0.47.

The process color (four color CMYK) of #736091 color hex is 0.21, 0.34, 0.00, 0.43. Web safe color of #736091 is #666699. Color #736091 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100000 10010001
Octal 163 140 221
Decimal 115 96 145
Hex 73 60 91

RGB Percentages of Color #736091

%32.30
%26.97
%40.73

CMYK Percentages of Color #736091

%21
%34
%0
%43

Triadic Colors of #736091

#736091 #917360 #609173

Analogous Colors of #736091

#736091 #8c6091 #606691

Monochromatic Colors of #736091

#736091

Complementary Color

#736091 #7e9160

#736091 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736091 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736091 Color CSS Codes

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

#736091 Text Font Color

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

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


#736091 Background Color

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

This div background color is #736091


#736091 Border Color

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

This div border color is #736091


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,96,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #736091; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #736091;
  -webkit-box-shadow: 1px 1px 3px 2px #736091;
  box-shadow:         1px 1px 3px 2px #736091; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736091


Comments

No comments written yet.

Please login to write comment.