Color Hex Logo

#734dad Color Hex

#734DAD
(115,77,173)
0 Favorites   0 Comments

Color spaces of #734dad

RGB 11577173
HSL0.730.380.49
HSV264°55°68°
CMYK 0.340.550.00   0.32
XYZ17.266911.969740.9355
Yxy11.96970.24610.1706
Hunter Lab34.597328.5411-45.9339
CIE-Lab41.167936.7662-45.7824

#734dad color RGB value is (115,77,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001101 10101101
Octal 163 115 255
Decimal 115 77 173
Hex 73 4D AD

RGB Percentages of Color #734dad

%31.51
%21.10
%47.40

CMYK Percentages of Color #734dad

%34
%55
%0
%32

Triadic Colors of #734dad

#734dad #ad734d #4dad73

Analogous Colors of #734dad

#734dad #a34dad #4d57ad

Monochromatic Colors of #734dad

#734dad

Complementary Color

#734dad #87ad4d

#734dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#734dad Color CSS Codes

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

#734dad Text Font Color

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

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


#734dad Background Color

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

This div background color is #734dad


#734dad Border Color

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

This div border color is #734dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734dad


Comments

No comments written yet.

Please login to write comment.