Color Hex Logo

#720daa Color Hex

#720DAA
(114,13,170)
0 Favorites   0 Comments

Color spaces of #720daa

RGB 11413170
HSL0.770.860.36
HSV279°92°67°
CMYK 0.330.920.00   0.33
XYZ14.33916.767538.5807
Yxy6.76750.24020.1134
Hunter Lab26.014452.8636-69.7200
CIE-Lab31.271662.4162-60.0222

#720daa color RGB value is (114,13,170).

#720daa hex color red value is 114, green value is 13 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #720daa hue: 0.77 , saturation: 0.86 and the lightness value of 720daa is 0.36.

The process color (four color CMYK) of #720daa color hex is 0.33, 0.92, 0.00, 0.33. Web safe color of #720daa is #660099. Color #720daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001101 10101010
Octal 162 15 252
Decimal 114 13 170
Hex 72 D AA

RGB Percentages of Color #720daa

%38.38
%4.38
%57.24

CMYK Percentages of Color #720daa

%33
%92
%0
%33

Triadic Colors of #720daa

#720daa #aa720d #0daa72

Analogous Colors of #720daa

#720daa #aa0d94 #230daa

Monochromatic Colors of #720daa

#720daa

Complementary Color

#720daa #45aa0d

#720daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#720daa Color CSS Codes

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

#720daa Text Font Color

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

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


#720daa Background Color

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

This div background color is #720daa


#720daa Border Color

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

This div border color is #720daa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,13,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #720daa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #720daa;
  -webkit-box-shadow: 1px 1px 3px 2px #720daa;
  box-shadow:         1px 1px 3px 2px #720daa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720daa


Comments

No comments written yet.

Please login to write comment.