Color Hex Logo

#734999 Color Hex

#734999
(115,73,153)
0 Favorites   0 Comments

Color spaces of #734999

RGB 11573153
HSL0.750.350.44
HSV272°52°60°
CMYK 0.250.520.00   0.40
XYZ15.202510.709831.4029
Yxy10.70980.26520.1869
Hunter Lab32.725825.6504-33.9851
CIE-Lab39.087333.9665-37.1615

#734999 color RGB value is (115,73,153).

#734999 hex color red value is 115, green value is 73 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #734999 hue: 0.75 , saturation: 0.35 and the lightness value of 734999 is 0.44.

The process color (four color CMYK) of #734999 color hex is 0.25, 0.52, 0.00, 0.40. Web safe color of #734999 is #663399. Color #734999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001001 10011001
Octal 163 111 231
Decimal 115 73 153
Hex 73 49 99

RGB Percentages of Color #734999

%33.72
%21.41
%44.87

CMYK Percentages of Color #734999

%25
%52
%0
%40

Triadic Colors of #734999

#734999 #997349 #499973

Analogous Colors of #734999

#734999 #994997 #4b4999

Monochromatic Colors of #734999

#734999

Complementary Color

#734999 #6f9949

#734999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734999 Color CSS Codes

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

#734999 Text Font Color

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

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


#734999 Background Color

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

This div background color is #734999


#734999 Border Color

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

This div border color is #734999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734999


Comments

No comments written yet.

Please login to write comment.