Color Hex Logo

#734dac Color Hex

#734DAC
(115,77,172)
0 Favorites   0 Comments

Color spaces of #734dac

RGB 11577172
HSL0.730.380.49
HSV264°55°67°
CMYK 0.330.550.00   0.33
XYZ17.170511.931140.4277
Yxy11.93110.24700.1716
Hunter Lab34.541428.2846-45.2147
CIE-Lab41.106436.5033-45.2891

#734dac color RGB value is (115,77,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001101 10101100
Octal 163 115 254
Decimal 115 77 172
Hex 73 4D AC

RGB Percentages of Color #734dac

%31.59
%21.15
%47.25

CMYK Percentages of Color #734dac

%33
%55
%0
%33

Triadic Colors of #734dac

#734dac #ac734d #4dac73

Analogous Colors of #734dac

#734dac #a34dac #4d57ac

Monochromatic Colors of #734dac

#734dac

Complementary Color

#734dac #86ac4d

#734dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#734dac Color CSS Codes

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

#734dac Text Font Color

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

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


#734dac Background Color

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

This div background color is #734dac


#734dac Border Color

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

This div border color is #734dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734dac


Comments

No comments written yet.

Please login to write comment.