Color Hex Logo

#720930 Color Hex

#720930
(114,9,48)
0 Favorites   0 Comments

Color spaces of #720930

RGB 114948
HSL0.940.850.24
HSV338°92°45°
CMYK 0.000.920.58   0.55
XYZ7.57063.98623.1667
Yxy3.98620.51420.2707
Hunter Lab19.965532.74494.5719
CIE-Lab23.625844.32916.8150

#720930 color RGB value is (114,9,48).

#720930 hex color red value is 114, green value is 9 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #720930 hue: 0.94 , saturation: 0.85 and the lightness value of 720930 is 0.24.

The process color (four color CMYK) of #720930 color hex is 0.00, 0.92, 0.58, 0.55. Web safe color of #720930 is #660033. Color #720930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001001 00110000
Octal 162 11 60
Decimal 114 9 48
Hex 72 9 30

RGB Percentages of Color #720930

%66.67
%5.26
%28.07

CMYK Percentages of Color #720930

%0
%92
%58
%55

Triadic Colors of #720930

#720930 #307209 #093072

Analogous Colors of #720930

#720930 #721709 #720965

Monochromatic Colors of #720930

#720930

Complementary Color

#720930 #09724b

#720930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720930 Color CSS Codes

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

#720930 Text Font Color

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

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


#720930 Background Color

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

This div background color is #720930


#720930 Border Color

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

This div border color is #720930


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,9,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #720930; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #720930;
  -webkit-box-shadow: 1px 1px 3px 2px #720930;
  box-shadow:         1px 1px 3px 2px #720930; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,9,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720930


Comments

No comments written yet.

Please login to write comment.