Color Hex Logo

#720669 Color Hex

#720669
(114,6,105)
0 Favorites   0 Comments

Color spaces of #720669

RGB 1146105
HSL0.850.900.24
HSV305°95°45°
CMYK 0.000.950.08   0.55
XYZ9.55444.727613.7735
Yxy4.72760.34060.1685
Hunter Lab21.743040.3867-22.3381
CIE-Lab25.944251.6894-28.0804

#720669 color RGB value is (114,6,105).

#720669 hex color red value is 114, green value is 6 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #720669 hue: 0.85 , saturation: 0.90 and the lightness value of 720669 is 0.24.

The process color (four color CMYK) of #720669 color hex is 0.00, 0.95, 0.08, 0.55. Web safe color of #720669 is #660066. Color #720669 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00000110 01101001
Octal 162 6 151
Decimal 114 6 105
Hex 72 6 69

RGB Percentages of Color #720669

%50.67
%2.67
%46.67

CMYK Percentages of Color #720669

%0
%95
%8
%55

Triadic Colors of #720669

#720669 #697206 #066972

Analogous Colors of #720669

#720669 #720633 #450672

Monochromatic Colors of #720669

#720669

Complementary Color

#720669 #06720f

#720669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#720669 Color CSS Codes

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

#720669 Text Font Color

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

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


#720669 Background Color

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

This div background color is #720669


#720669 Border Color

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

This div border color is #720669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720669


Comments

No comments written yet.

Please login to write comment.