Color Hex Logo

#72254e Color Hex

#72254E
(114,37,78)
0 Favorites   0 Comments

Color spaces of #72254e

RGB 1143778
HSL0.910.510.30
HSV328°68°45°
CMYK 0.000.680.32   0.55
XYZ8.97615.45067.7867
Yxy5.45060.40410.2454
Hunter Lab23.346527.7720-3.4323
CIE-Lab27.981838.1182-7.1852

#72254e color RGB value is (114,37,78).

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

The process color (four color CMYK) of #72254e color hex is 0.00, 0.68, 0.32, 0.55. Web safe color of #72254e is #663366. Color #72254e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00100101 01001110
Octal 162 45 116
Decimal 114 37 78
Hex 72 25 4E

RGB Percentages of Color #72254e

%49.78
%16.16
%34.06

CMYK Percentages of Color #72254e

%0
%68
%32
%55

Triadic Colors of #72254e

#72254e #4e7225 #254e72

Analogous Colors of #72254e

#72254e #722528 #702572

Monochromatic Colors of #72254e

#72254e

Complementary Color

#72254e #257249

#72254e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72254e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72254e Color CSS Codes

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

#72254e Text Font Color

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

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


#72254e Background Color

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

This div background color is #72254e


#72254e Border Color

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

This div border color is #72254e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72254e


Comments

No comments written yet.

Please login to write comment.