Color Hex Logo

#734daa Color Hex

#734DAA
(115,77,170)
0 Favorites   0 Comments

Color spaces of #734daa

RGB 11577170
HSL0.730.380.48
HSV265°55°67°
CMYK 0.320.550.00   0.33
XYZ16.979811.854939.4235
Yxy11.85490.24880.1737
Hunter Lab34.430927.7741-43.7855
CIE-Lab40.984635.9782-44.2989

#734daa color RGB value is (115,77,170).

#734daa hex color red value is 115, green value is 77 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #734daa hue: 0.73 , saturation: 0.38 and the lightness value of 734daa is 0.48.

The process color (four color CMYK) of #734daa color hex is 0.32, 0.55, 0.00, 0.33. Web safe color of #734daa is #666699. Color #734daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001101 10101010
Octal 163 115 252
Decimal 115 77 170
Hex 73 4D AA

RGB Percentages of Color #734daa

%31.77
%21.27
%46.96

CMYK Percentages of Color #734daa

%32
%55
%0
%33

Triadic Colors of #734daa

#734daa #aa734d #4daa73

Analogous Colors of #734daa

#734daa #a24daa #4d55aa

Monochromatic Colors of #734daa

#734daa

Complementary Color

#734daa #84aa4d

#734daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#734daa Color CSS Codes

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

#734daa Text Font Color

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

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


#734daa Background Color

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

This div background color is #734daa


#734daa Border Color

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

This div border color is #734daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,77,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #734daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #734daa;
  -webkit-box-shadow: 1px 1px 3px 2px #734daa;
  box-shadow:         1px 1px 3px 2px #734daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734daa


Comments

No comments written yet.

Please login to write comment.