Color Hex Logo

#72056c Color Hex

#72056C
(114,5,108)
0 Favorites   0 Comments

Color spaces of #72056c

RGB 1145108
HSL0.840.920.23
HSV303°96°45°
CMYK 0.000.960.05   0.55
XYZ9.70054.768714.5965
Yxy4.76870.33370.1641
Hunter Lab21.837441.0772-24.3444
CIE-Lab26.065452.3460-29.8326

#72056c color RGB value is (114,5,108).

#72056c hex color red value is 114, green value is 5 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #72056c hue: 0.84 , saturation: 0.92 and the lightness value of 72056c is 0.23.

The process color (four color CMYK) of #72056c color hex is 0.00, 0.96, 0.05, 0.55. Web safe color of #72056c is #660066. Color #72056c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000101 01101100
Octal 162 5 154
Decimal 114 5 108
Hex 72 5 6C

RGB Percentages of Color #72056c

%50.22
%2.20
%47.58

CMYK Percentages of Color #72056c

%0
%96
%5
%55

Triadic Colors of #72056c

#72056c #6c7205 #056c72

Analogous Colors of #72056c

#72056c #720536 #410572

Monochromatic Colors of #72056c

#72056c

Complementary Color

#72056c #05720b

#72056c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72056c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72056c Color CSS Codes

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

#72056c Text Font Color

<p style="color:#72056c">Text here</p>

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


#72056c Background Color

<div style="background-color:#72056c">
Div content here</div>

This div background color is #72056c


#72056c Border Color

<div style="border:3px solid #72056c">
Div here</div>

This div border color is #72056c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,5,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72056c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72056c;
  -webkit-box-shadow: 1px 1px 3px 2px #72056c;
  box-shadow:         1px 1px 3px 2px #72056c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72056c


Comments

No comments written yet.

Please login to write comment.