Color Hex Logo

#721582 Color Hex

#721582
(114,21,130)
0 Favorites   0 Comments

Color spaces of #721582

RGB 11421130
HSL0.810.720.30
HSV291°84°51°
CMYK 0.120.840.00   0.49
XYZ11.23695.725421.6320
Yxy5.72540.29120.1483
Hunter Lab23.927841.9529-36.8518
CIE-Lab28.708852.6885-39.6171

#721582 color RGB value is (114,21,130).

#721582 hex color red value is 114, green value is 21 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #721582 hue: 0.81 , saturation: 0.72 and the lightness value of 721582 is 0.30.

The process color (four color CMYK) of #721582 color hex is 0.12, 0.84, 0.00, 0.49. Web safe color of #721582 is #660099. Color #721582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00010101 10000010
Octal 162 25 202
Decimal 114 21 130
Hex 72 15 82

RGB Percentages of Color #721582

%43.02
%7.92
%49.06

CMYK Percentages of Color #721582

%12
%84
%0
%49

Triadic Colors of #721582

#721582 #827215 #158272

Analogous Colors of #721582

#721582 #82155c #3c1582

Monochromatic Colors of #721582

#721582

Complementary Color

#721582 #258215

#721582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#721582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#721582 Color CSS Codes

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

#721582 Text Font Color

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

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


#721582 Background Color

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

This div background color is #721582


#721582 Border Color

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

This div border color is #721582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #721582


Comments

No comments written yet.

Please login to write comment.