Color Hex Logo

#72250a Color Hex

#72250A
(114,37,10)
0 Favorites   0 Comments

Color spaces of #72250a

RGB 1143710
HSL0.040.840.24
HSV16°91°45°
CMYK 0.000.680.91   0.55
XYZ7.65584.92250.8338
Yxy4.92250.57080.3670
Hunter Lab22.186722.766913.3025
CIE-Lab26.512832.688933.7856

#72250a color RGB value is (114,37,10).

#72250a hex color red value is 114, green value is 37 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #72250a hue: 0.04 , saturation: 0.84 and the lightness value of 72250a is 0.24.

The process color (four color CMYK) of #72250a color hex is 0.00, 0.68, 0.91, 0.55. Web safe color of #72250a is #663300. Color #72250a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100101 00001010
Octal 162 45 12
Decimal 114 37 10
Hex 72 25 A

RGB Percentages of Color #72250a

%70.81
%22.98
%6.21

CMYK Percentages of Color #72250a

%0
%68
%91
%55

Triadic Colors of #72250a

#72250a #0a7225 #250a72

Analogous Colors of #72250a

#72250a #72590a #720a23

Monochromatic Colors of #72250a

#72250a

Complementary Color

#72250a #0a5772

#72250a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72250a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72250a Color CSS Codes

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

#72250a Text Font Color

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

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


#72250a Background Color

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

This div background color is #72250a


#72250a Border Color

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

This div border color is #72250a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,37,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72250a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72250a;
  -webkit-box-shadow: 1px 1px 3px 2px #72250a;
  box-shadow:         1px 1px 3px 2px #72250a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72250a


Comments

No comments written yet.

Please login to write comment.