Color Hex Logo

#72252e Color Hex

#72252E
(114,37,46)
0 Favorites   0 Comments

Color spaces of #72252e

RGB 1143746
HSL0.980.510.30
HSV353°68°45°
CMYK 0.000.680.60   0.55
XYZ8.09415.09783.1421
Yxy5.09780.49550.3121
Hunter Lab22.578324.47847.5537
CIE-Lab27.011634.583612.8123

#72252e color RGB value is (114,37,46).

#72252e hex color red value is 114, green value is 37 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #72252e hue: 0.98 , saturation: 0.51 and the lightness value of 72252e is 0.30.

The process color (four color CMYK) of #72252e color hex is 0.00, 0.68, 0.60, 0.55. Web safe color of #72252e is #663333. Color #72252e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100101 00101110
Octal 162 45 56
Decimal 114 37 46
Hex 72 25 2E

RGB Percentages of Color #72252e

%57.87
%18.78
%23.35

CMYK Percentages of Color #72252e

%0
%68
%60
%55

Triadic Colors of #72252e

#72252e #2e7225 #252e72

Analogous Colors of #72252e

#72252e #724325 #722555

Monochromatic Colors of #72252e

#72252e

Complementary Color

#72252e #257269

#72252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72252e Color CSS Codes

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

#72252e Text Font Color

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

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


#72252e Background Color

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

This div background color is #72252e


#72252e Border Color

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

This div border color is #72252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72252e


Comments

No comments written yet.

Please login to write comment.