Color Hex Logo

#730626 Color Hex

#730626
(115,6,38)
0 Favorites   0 Comments

Color spaces of #730626

RGB 115638
HSL0.950.900.24
HSV342°95°45°
CMYK 0.000.950.67   0.55
XYZ7.48523.91502.1949
Yxy3.91500.55060.2880
Hunter Lab19.786432.90067.2734
CIE-Lab23.388444.540213.4798

#730626 color RGB value is (115,6,38).

#730626 hex color red value is 115, green value is 6 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #730626 hue: 0.95 , saturation: 0.90 and the lightness value of 730626 is 0.24.

The process color (four color CMYK) of #730626 color hex is 0.00, 0.95, 0.67, 0.55. Web safe color of #730626 is #660033. Color #730626 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000110 00100110
Octal 163 6 46
Decimal 115 6 38
Hex 73 6 26

RGB Percentages of Color #730626

%72.33
%3.77
%23.90

CMYK Percentages of Color #730626

%0
%95
%67
%55

Triadic Colors of #730626

#730626 #267306 #062673

Analogous Colors of #730626

#730626 #731c06 #73065d

Monochromatic Colors of #730626

#730626

Complementary Color

#730626 #067353

#730626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#730626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#730626 Color CSS Codes

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

#730626 Text Font Color

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

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


#730626 Background Color

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

This div background color is #730626


#730626 Border Color

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

This div border color is #730626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #730626


Comments

No comments written yet.

Please login to write comment.