Color Hex Logo

#734fad Color Hex

#734FAD
(115,79,173)
0 Favorites   0 Comments

Color spaces of #734fad

RGB 11579173
HSL0.730.370.49
HSV263°54°68°
CMYK 0.340.540.00   0.32
XYZ17.409012.253940.9829
Yxy12.25390.24640.1735
Hunter Lab35.005627.5120-44.9101
CIE-Lab41.616835.6059-45.0641

#734fad color RGB value is (115,79,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001111 10101101
Octal 163 117 255
Decimal 115 79 173
Hex 73 4F AD

RGB Percentages of Color #734fad

%31.34
%21.53
%47.14

CMYK Percentages of Color #734fad

%34
%54
%0
%32

Triadic Colors of #734fad

#734fad #ad734f #4fad73

Analogous Colors of #734fad

#734fad #a24fad #4f5aad

Monochromatic Colors of #734fad

#734fad

Complementary Color

#734fad #89ad4f

#734fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#734fad Color CSS Codes

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

#734fad Text Font Color

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

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


#734fad Background Color

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

This div background color is #734fad


#734fad Border Color

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

This div border color is #734fad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,79,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 #734fad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734fad


Comments

No comments written yet.

Please login to write comment.