Color Hex Logo

#720053 Color Hex

#720053
(114,0,83)
0 Favorites   0 Comments

Color spaces of #720053

RGB 114083
HSL0.881.000.22
HSV316°100°45°
CMYK 0.001.000.27   0.55
XYZ8.50084.20198.5466
Yxy4.20190.40010.1977
Hunter Lab20.498538.1520-10.3712
CIE-Lab24.328049.7752-16.1020

#720053 color RGB value is (114,0,83).

#720053 hex color red value is 114, green value is 0 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #720053 hue: 0.88 , saturation: 1.00 and the lightness value of 720053 is 0.22.

The process color (four color CMYK) of #720053 color hex is 0.00, 1.00, 0.27, 0.55. Web safe color of #720053 is #660066. Color #720053 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000000 01010011
Octal 162 0 123
Decimal 114 0 83
Hex 72 0 53

RGB Percentages of Color #720053

%57.87
%0.00
%42.13

CMYK Percentages of Color #720053

%0
%100
%27
%55

Triadic Colors of #720053

#720053 #537200 #005372

Analogous Colors of #720053

#720053 #72001a #580072

Monochromatic Colors of #720053

#720053

Complementary Color

#720053 #00721f

#720053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720053 Color CSS Codes

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

#720053 Text Font Color

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

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


#720053 Background Color

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

This div background color is #720053


#720053 Border Color

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

This div border color is #720053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720053


Comments

No comments written yet.

Please login to write comment.