Color Hex Logo

#734898 Color Hex

#734898
(115,72,152)
0 Favorites   0 Comments

Color spaces of #734898

RGB 11572152
HSL0.760.360.44
HSV272°53°60°
CMYK 0.240.530.00   0.40
XYZ15.055110.546630.9480
Yxy10.54660.26620.1865
Hunter Lab32.475525.9174-33.7683
CIE-Lab38.806134.2987-37.0053

#734898 color RGB value is (115,72,152).

#734898 hex color red value is 115, green value is 72 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #734898 hue: 0.76 , saturation: 0.36 and the lightness value of 734898 is 0.44.

The process color (four color CMYK) of #734898 color hex is 0.24, 0.53, 0.00, 0.40. Web safe color of #734898 is #663399. Color #734898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01001000 10011000
Octal 163 110 230
Decimal 115 72 152
Hex 73 48 98

RGB Percentages of Color #734898

%33.92
%21.24
%44.84

CMYK Percentages of Color #734898

%24
%53
%0
%40

Triadic Colors of #734898

#734898 #987348 #489873

Analogous Colors of #734898

#734898 #984895 #4b4898

Monochromatic Colors of #734898

#734898

Complementary Color

#734898 #6d9848

#734898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#734898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#734898 Color CSS Codes

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

#734898 Text Font Color

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

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


#734898 Background Color

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

This div background color is #734898


#734898 Border Color

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

This div border color is #734898


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #734898


Comments

No comments written yet.

Please login to write comment.