Color Hex Logo

#720752 Color Hex

#720752
(114,7,82)
0 Favorites   0 Comments

Color spaces of #720752

RGB 114782
HSL0.880.880.24
HSV318°94°45°
CMYK 0.000.940.28   0.55
XYZ8.53844.33868.3700
Yxy4.33860.40190.2042
Hunter Lab20.829336.7199-9.2444
CIE-Lab24.760748.2394-14.7621

#720752 color RGB value is (114,7,82).

#720752 hex color red value is 114, green value is 7 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #720752 hue: 0.88 , saturation: 0.88 and the lightness value of 720752 is 0.24.

The process color (four color CMYK) of #720752 color hex is 0.00, 0.94, 0.28, 0.55. Web safe color of #720752 is #660066. Color #720752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000111 01010010
Octal 162 7 122
Decimal 114 7 82
Hex 72 7 52

RGB Percentages of Color #720752

%56.16
%3.45
%40.39

CMYK Percentages of Color #720752

%0
%94
%28
%55

Triadic Colors of #720752

#720752 #527207 #075272

Analogous Colors of #720752

#720752 #72071d #5d0772

Monochromatic Colors of #720752

#720752

Complementary Color

#720752 #077227

#720752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720752 Color CSS Codes

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

#720752 Text Font Color

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

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


#720752 Background Color

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

This div background color is #720752


#720752 Border Color

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

This div border color is #720752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720752


Comments

No comments written yet.

Please login to write comment.