Color Hex Logo

#736590 Color Hex

#736590
(115,101,144)
0 Favorites   0 Comments

Color spaces of #736590

RGB 115101144
HSL0.720.180.48
HSV260°30°56°
CMYK 0.200.300.00   0.44
XYZ16.758014.965828.3910
Yxy14.96580.27880.2490
Hunter Lab38.68579.6234-16.4324
CIE-Lab45.587314.9072-21.5873

#736590 color RGB value is (115,101,144).

#736590 hex color red value is 115, green value is 101 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #736590 hue: 0.72 , saturation: 0.18 and the lightness value of 736590 is 0.48.

The process color (four color CMYK) of #736590 color hex is 0.20, 0.30, 0.00, 0.44. Web safe color of #736590 is #666699. Color #736590 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100101 10010000
Octal 163 145 220
Decimal 115 101 144
Hex 73 65 90

RGB Percentages of Color #736590

%31.94
%28.06
%40.00

CMYK Percentages of Color #736590

%20
%30
%0
%44

Triadic Colors of #736590

#736590 #907365 #659073

Analogous Colors of #736590

#736590 #896590 #656d90

Monochromatic Colors of #736590

#736590

Complementary Color

#736590 #829065

#736590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#736590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#736590 Color CSS Codes

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

#736590 Text Font Color

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

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


#736590 Background Color

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

This div background color is #736590


#736590 Border Color

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

This div border color is #736590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #736590

#736590 Color Palettes


Comments

No comments written yet.

Please login to write comment.