Color Hex Logo

#72057c Color Hex

#72057C
(114,5,124)
0 Favorites   0 Comments

Color spaces of #72057c

RGB 1145124
HSL0.820.920.25
HSV295°96°49°
CMYK 0.080.960.00   0.51
XYZ10.63185.141219.5008
Yxy5.14120.30140.1458
Hunter Lab22.674244.0177-35.1200
CIE-Lab27.133354.9931-38.3677

#72057c color RGB value is (114,5,124).

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

The process color (four color CMYK) of #72057c color hex is 0.08, 0.96, 0.00, 0.51. Web safe color of #72057c is #660066. Color #72057c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000101 01111100
Octal 162 5 174
Decimal 114 5 124
Hex 72 5 7C

RGB Percentages of Color #72057c

%46.91
%2.06
%51.03

CMYK Percentages of Color #72057c

%8
%96
%0
%51

Triadic Colors of #72057c

#72057c #7c7205 #057c72

Analogous Colors of #72057c

#72057c #7c054b #36057c

Monochromatic Colors of #72057c

#72057c

Complementary Color

#72057c #0f7c05

#72057c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72057c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72057c Color CSS Codes

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

#72057c Text Font Color

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

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


#72057c Background Color

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

This div background color is #72057c


#72057c Border Color

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

This div border color is #72057c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72057c


Comments

No comments written yet.

Please login to write comment.