Color Hex Logo

#72159a Color Hex

#72159A
(114,21,154)
0 Favorites   0 Comments

Color spaces of #72159a

RGB 11421154
HSL0.780.760.34
HSV282°86°60°
CMYK 0.260.860.00   0.40
XYZ13.04036.446831.1289
Yxy6.44680.25760.1274
Hunter Lab25.390547.2421-54.9164
CIE-Lab30.512857.3949-51.5597

#72159a color RGB value is (114,21,154).

#72159a hex color red value is 114, green value is 21 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #72159a hue: 0.78 , saturation: 0.76 and the lightness value of 72159a is 0.34.

The process color (four color CMYK) of #72159a color hex is 0.26, 0.86, 0.00, 0.40. Web safe color of #72159a is #660099. Color #72159a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010101 10011010
Octal 162 25 232
Decimal 114 21 154
Hex 72 15 9A

RGB Percentages of Color #72159a

%39.45
%7.27
%53.29

CMYK Percentages of Color #72159a

%26
%86
%0
%40

Triadic Colors of #72159a

#72159a #9a7215 #159a72

Analogous Colors of #72159a

#72159a #9a1580 #2f159a

Monochromatic Colors of #72159a

#72159a

Complementary Color

#72159a #3d9a15

#72159a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72159a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72159a Color CSS Codes

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

#72159a Text Font Color

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

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


#72159a Background Color

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

This div background color is #72159a


#72159a Border Color

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

This div border color is #72159a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72159a


Comments

No comments written yet.

Please login to write comment.