Color Hex Logo

#735495 Color Hex

#735495
(115,84,149)
0 Favorites   0 Comments

Color spaces of #735495

RGB 11584149
HSL0.750.280.46
HSV269°44°58°
CMYK 0.230.440.00   0.42
XYZ15.665412.155429.9543
Yxy12.15540.27110.2104
Hunter Lab34.864619.1908-26.5344
CIE-Lab41.462026.4579-31.0033

#735495 color RGB value is (115,84,149).

#735495 hex color red value is 115, green value is 84 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #735495 hue: 0.75 , saturation: 0.28 and the lightness value of 735495 is 0.46.

The process color (four color CMYK) of #735495 color hex is 0.23, 0.44, 0.00, 0.42. Web safe color of #735495 is #666699. Color #735495 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010100 10010101
Octal 163 124 225
Decimal 115 84 149
Hex 73 54 95

RGB Percentages of Color #735495

%33.05
%24.14
%42.82

CMYK Percentages of Color #735495

%23
%44
%0
%42

Triadic Colors of #735495

#735495 #957354 #549573

Analogous Colors of #735495

#735495 #945495 #545595

Monochromatic Colors of #735495

#735495

Complementary Color

#735495 #769554

#735495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#735495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#735495 Color CSS Codes

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

#735495 Text Font Color

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

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


#735495 Background Color

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

This div background color is #735495


#735495 Border Color

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

This div border color is #735495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #735495

#735495 Color Palettes


Comments

No comments written yet.

Please login to write comment.