Color Hex Logo

#72037e Color Hex

#72037E
(114,3,126)
0 Favorites   0 Comments

Color spaces of #72037e

RGB 1143126
HSL0.820.950.25
HSV294°98°49°
CMYK 0.100.980.00   0.51
XYZ10.73795.148920.1665
Yxy5.14890.29780.1428
Hunter Lab22.691244.7600-36.8094
CIE-Lab27.154855.6991-39.5991

#72037e color RGB value is (114,3,126).

#72037e hex color red value is 114, green value is 3 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #72037e hue: 0.82 , saturation: 0.95 and the lightness value of 72037e is 0.25.

The process color (four color CMYK) of #72037e color hex is 0.10, 0.98, 0.00, 0.51. Web safe color of #72037e is #660066. Color #72037e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000011 01111110
Octal 162 3 176
Decimal 114 3 126
Hex 72 3 7E

RGB Percentages of Color #72037e

%46.91
%1.23
%51.85

CMYK Percentages of Color #72037e

%10
%98
%0
%51

Triadic Colors of #72037e

#72037e #7e7203 #037e72

Analogous Colors of #72037e

#72037e #7e034c #35037e

Monochromatic Colors of #72037e

#72037e

Complementary Color

#72037e #0f7e03

#72037e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72037e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72037e Color CSS Codes

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

#72037e Text Font Color

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

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


#72037e Background Color

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

This div background color is #72037e


#72037e Border Color

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

This div border color is #72037e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72037e


Comments

No comments written yet.

Please login to write comment.