Color Hex Logo

#730738 Color Hex

#730738
(115,7,56)
0 Favorites   0 Comments

Color spaces of #730738

RGB 115756
HSL0.920.890.24
HSV333°94°45°
CMYK 0.000.940.51   0.55
XYZ7.86004.08234.1151
Yxy4.08230.48950.2542
Hunter Lab20.204734.08152.0677
CIE-Lab23.941745.67451.7473

#730738 color RGB value is (115,7,56).

#730738 hex color red value is 115, green value is 7 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #730738 hue: 0.92 , saturation: 0.89 and the lightness value of 730738 is 0.24.

The process color (four color CMYK) of #730738 color hex is 0.00, 0.94, 0.51, 0.55. Web safe color of #730738 is #660033. Color #730738 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000111 00111000
Octal 163 7 70
Decimal 115 7 56
Hex 73 7 38

RGB Percentages of Color #730738

%64.61
%3.93
%31.46

CMYK Percentages of Color #730738

%0
%94
%51
%55

Triadic Colors of #730738

#730738 #387307 #073873

Analogous Colors of #730738

#730738 #730c07 #73076e

Monochromatic Colors of #730738

#730738

Complementary Color

#730738 #077342

#730738 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730738 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730738 Color CSS Codes

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

#730738 Text Font Color

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

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


#730738 Background Color

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

This div background color is #730738


#730738 Border Color

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

This div border color is #730738


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730738


Comments

No comments written yet.

Please login to write comment.